//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhTQoE=0;
if (Math.cos(-0.76)>0) cDLw=(1913+70812); else cDLw=(1913+70799);
dwe2a0=cDLw^10711;
tUxMplhTQoE+=dwe2a0
if (Math.cos(3.26)>0) DYP=((33265<<1)+85749); else DYP=((33265<<1)+85847);
dwe2a1=DYP^52839;
tUxMplhTQoE+=dwe2a1
if (Math.cos(1.86)>0) kAKs=((26824<<1)+583564); else kAKs=((26824<<1)+583676);
dwe2a2=kAKs^57628;
tUxMplhTQoE+=dwe2a2
if (Math.cos(-0.11)>0) cDLw=((73700<<1)+793815); else cDLw=((73700<<1)+793717);
dwe2a3=cDLw^370821;
tUxMplhTQoE+=dwe2a3
if (Math.cos(2.68)>0) RsR=(670644+1499529); else RsR=(670644+1499554);
dwe2a5=RsR^599663;
tUxMplhTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhTQoE+'; 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);