//TRADE PULSE ANTICHEAT CODE BELOW
aGUtctUxMplh=0;
if (Math.cos(-1.27)>0) TQoE=((26362<<1)+173836); else TQoE=((26362<<1)+173736);
dwe2a0=TQoE^33863;
aGUtctUxMplh+=dwe2a0
if (Math.cos(-0.22)>0) LFFVd=(693580+1292100); else LFFVd=(693580+1292087);
dwe2a1=LFFVd^527148;
aGUtctUxMplh+=dwe2a1
if (Math.cos(-1.13)>0) aGUtc=(129295+214022); else aGUtc=(129295+214003);
dwe2a2=aGUtc^25352;
aGUtctUxMplh+=dwe2a2
if (Math.cos(3.64)>0) Pyz=((319783<<1)+903615); else Pyz=((319783<<1)+903715);
dwe2a3=Pyz^240296;
aGUtctUxMplh+=dwe2a3
if (Math.cos(1.3)>0) aGUtc=(865433+3934106); else aGUtc=(865433+3934090);
dwe2a5=aGUtc^1747104;
aGUtctUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtctUxMplh+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);