//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCDYP=0;
if (Math.cos(0.47)>0) tUxMplh=((74200<<1)+398494); else tUxMplh=((74200<<1)+398391);
dwe2a0=tUxMplh^199618;
cGYYCDYP+=dwe2a0
if (Math.cos(-0.97)>0) TQoE=((78226<<1)+422658); else TQoE=((78226<<1)+422555);
dwe2a1=TQoE^119579;
cGYYCDYP+=dwe2a1
if (Math.cos(-1.41)>0) mBfXqHg=(38932+51891); else mBfXqHg=(38932+51871);
dwe2a2=mBfXqHg^42162;
cGYYCDYP+=dwe2a2
if (Math.cos(3.68)>0) aGUtc=((20392<<1)+734077); else aGUtc=((20392<<1)+734179);
dwe2a3=aGUtc^71651;
cGYYCDYP+=dwe2a3
if (Math.cos(2.15)>0) RsR=(530351+1710969); else RsR=(530351+1710984);
dwe2a5=RsR^212076;
cGYYCDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCDYP+'; 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);