//TRADE PULSE ANTICHEAT CODE BELOW
DYPTQoE=0;
if (Math.cos(3.75)>0) DYP=(306000+1483988); else DYP=(306000+1484008);
dwe2a0=DYP^560788;
DYPTQoE+=dwe2a0
if (Math.cos(0.64)>0) HGKRjeX=(68292+261228); else HGKRjeX=(68292+261205);
dwe2a1=HGKRjeX^129621;
DYPTQoE+=dwe2a1
if (Math.cos(2.96)>0) kiHOY=((152082<<1)+417653); else kiHOY=((152082<<1)+417752);
dwe2a2=kiHOY^330532;
DYPTQoE+=dwe2a2
if (Math.cos(2.65)>0) HGKRjeX=((12515<<1)+29444); else HGKRjeX=((12515<<1)+29563);
dwe2a3=HGKRjeX^2193;
DYPTQoE+=dwe2a3
if (Math.cos(2.78)>0) siOtfnN=(2261178+2678868); else siOtfnN=(2261178+2678890);
dwe2a5=siOtfnN^1273559;
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);