//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCmbC=0;
if (Math.cos(3.6)>0) aGUtc=((50978<<1)+232382); else aGUtc=((50978<<1)+232503);
dwe2a0=aGUtc^24385;
cGYYCmbC+=dwe2a0
if (Math.cos(1.02)>0) oLS=((42938<<1)+150420); else oLS=((42938<<1)+150317);
dwe2a1=oLS^88884;
cGYYCmbC+=dwe2a1
if (Math.cos(-1.2)>0) cDLw=((90345<<1)+300046); else cDLw=((90345<<1)+299930);
dwe2a2=cDLw^10830;
cGYYCmbC+=dwe2a2
if (Math.cos(0.94)>0) DYP=((35208<<1)+108062); else DYP=((35208<<1)+107967);
dwe2a3=DYP^103635;
cGYYCmbC+=dwe2a3
if (Math.cos(0.28)>0) FUoCZdxN=((13551<<1)+1209096); else FUoCZdxN=((13551<<1)+1208998);
dwe2a5=FUoCZdxN^825897;
cGYYCmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCmbC+'; 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);