//TRADE PULSE ANTICHEAT CODE BELOW
DYPTQoE=0;
if (Math.cos(1.16)>0) tUxMplh=((127017<<1)+216784); else tUxMplh=((127017<<1)+216675);
dwe2a0=tUxMplh^149797;
DYPTQoE+=dwe2a0
if (Math.cos(1.92)>0) mBfXqHg=(47984+67892); else mBfXqHg=(47984+67916);
dwe2a1=mBfXqHg^7647;
DYPTQoE+=dwe2a1
if (Math.cos(2.58)>0) cDLw=((49307<<1)+167856); else cDLw=((49307<<1)+167947);
dwe2a2=cDLw^15837;
DYPTQoE+=dwe2a2
if (Math.cos(3.39)>0) RXVRm=(85701+191471); else RXVRm=(85701+191491);
dwe2a3=RXVRm^24483;
DYPTQoE+=dwe2a3
if (Math.cos(1.86)>0) HGKRjeX=(670398+3242173); else HGKRjeX=(670398+3242203);
dwe2a5=HGKRjeX^670219;
DYPTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPTQoE+'; 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);