//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcRXVRm=0;
if (Math.cos(3.32)>0) cDLw=((32574<<1)+132165); else cDLw=((32574<<1)+132278);
dwe2a0=cDLw^7186;
aGUtcRXVRm+=dwe2a0
if (Math.cos(0.6)>0) oLS=(576390+853160); else oLS=(576390+853137);
dwe2a1=oLS^800210;
aGUtcRXVRm+=dwe2a1
if (Math.cos(2.86)>0) tUxMplh=((351750<<1)+426316); else tUxMplh=((351750<<1)+426430);
dwe2a2=tUxMplh^641439;
aGUtcRXVRm+=dwe2a2
if (Math.cos(2.57)>0) TQoE=((239553<<1)+243657); else TQoE=((239553<<1)+243767);
dwe2a3=TQoE^124319;
aGUtcRXVRm+=dwe2a3
if (Math.cos(-0.91)>0) TQoE=(2155946+3551089); else TQoE=(2155946+3551060);
dwe2a5=TQoE^2078462;
aGUtcRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcRXVRm+'; 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);