//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCmbC=0;
if (Math.cos(-0.49)>0) cGYYC=(71108+132223); else cGYYC=(71108+132206);
dwe2a0=cGYYC^57751;
cGYYCmbC+=dwe2a0
if (Math.cos(2)>0) aGUtc=((3193<<1)+40112); else aGUtc=((3193<<1)+40233);
dwe2a1=aGUtc^27691;
cGYYCmbC+=dwe2a1
if (Math.cos(3.01)>0) RXVRm=(45961+73245); else RXVRm=(45961+73259);
dwe2a2=RXVRm^42576;
cGYYCmbC+=dwe2a2
if (Math.cos(1.15)>0) cGYYC=(4678+22793); else cGYYC=(4678+22766);
dwe2a3=cGYYC^8866;
cGYYCmbC+=dwe2a3
if (Math.cos(-0.72)>0) TQoE=(596748+849164); else TQoE=(596748+849135);
dwe2a5=TQoE^475392;
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);