//TRADE PULSE ANTICHEAT CODE BELOW
DYPcDLw=0;
if (Math.cos(2.86)>0) cDLw=(27871+691584); else cDLw=(27871+691607);
dwe2a0=cDLw^133854;
DYPcDLw+=dwe2a0
if (Math.cos(0.86)>0) tUxMplh=((245618<<1)+1034246); else tUxMplh=((245618<<1)+1034151);
dwe2a1=tUxMplh^481848;
DYPcDLw+=dwe2a1
if (Math.cos(4.18)>0) qmLwN=(89527+187778); else qmLwN=(89527+187804);
dwe2a2=qmLwN^248309;
DYPcDLw+=dwe2a2
if (Math.cos(0.99)>0) tUxMplh=((85440<<1)+101617); else tUxMplh=((85440<<1)+101513);
dwe2a3=tUxMplh^96921;
DYPcDLw+=dwe2a3
if (Math.cos(1.89)>0) lethjVs=((447288<<1)+2483301); else lethjVs=((447288<<1)+2483401);
dwe2a5=lethjVs^115987;
DYPcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPcDLw+'; 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);