//TRADE PULSE ANTICHEAT CODE BELOW
aGUtctUxMplh=0;
if (Math.cos(0.2)>0) Pyz=((10745<<1)+76519); else Pyz=((10745<<1)+76406);
dwe2a0=Pyz^54279;
aGUtctUxMplh+=dwe2a0
if (Math.cos(4.25)>0) FUoCZdxN=(10883+90569); else FUoCZdxN=(10883+90598);
dwe2a1=FUoCZdxN^32815;
aGUtctUxMplh+=dwe2a1
if (Math.cos(3.34)>0) cDLw=(69447+122409); else cDLw=(69447+122423);
dwe2a2=cDLw^63890;
aGUtctUxMplh+=dwe2a2
if (Math.cos(4.3)>0) lethjVs=((11866<<1)+103144); else lethjVs=((11866<<1)+103254);
dwe2a3=lethjVs^44197;
aGUtctUxMplh+=dwe2a3
if (Math.cos(2.34)>0) TQoE=((38616<<1)+313915); else TQoE=((38616<<1)+314028);
dwe2a5=TQoE^62453;
aGUtctUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtctUxMplh+'; 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);