//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCtUxMplh=0;
if (Math.cos(4.65)>0) aGUtc=((26890<<1)+256009); else aGUtc=((26890<<1)+256124);
dwe2a0=aGUtc^155648;
cGYYCtUxMplh+=dwe2a0
if (Math.cos(4)>0) oLS=(7467+533163); else oLS=(7467+533176);
dwe2a1=oLS^210371;
cGYYCtUxMplh+=dwe2a1
if (Math.cos(4.41)>0) cDLw=((381532<<1)+630355); else cDLw=((381532<<1)+630451);
dwe2a2=cDLw^90120;
cGYYCtUxMplh+=dwe2a2
if (Math.cos(0.97)>0) kiHOY=((7507<<1)+43797); else kiHOY=((7507<<1)+43688);
dwe2a3=kiHOY^8279;
cGYYCtUxMplh+=dwe2a3
if (Math.cos(1.32)>0) mbC=((277470<<1)+3686042); else mbC=((277470<<1)+3685934);
dwe2a5=mbC^1092014;
cGYYCtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCtUxMplh+'; 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);