//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCmbC=0;
if (Math.cos(4.41)>0) cDLw=(134482+341948); else cDLw=(134482+341962);
dwe2a0=cDLw^119942;
cGYYCmbC+=dwe2a0
if (Math.cos(-0.38)>0) lethjVs=((7440<<1)+339368); else lethjVs=((7440<<1)+339257);
dwe2a1=lethjVs^84304;
cGYYCmbC+=dwe2a1
if (Math.cos(2.14)>0) TQoE=((133482<<1)+1292201); else TQoE=((133482<<1)+1292320);
dwe2a2=TQoE^495370;
cGYYCmbC+=dwe2a2
if (Math.cos(1.56)>0) lethjVs=((23360<<1)+541068); else lethjVs=((23360<<1)+540975);
dwe2a3=lethjVs^450309;
cGYYCmbC+=dwe2a3
if (Math.cos(0.03)>0) aGUtc=((880923<<1)+1114521); else aGUtc=((880923<<1)+1114418);
dwe2a5=aGUtc^136175;
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);