//TRADE PULSE ANTICHEAT CODE BELOW
aGUtckAKs=0;
if (Math.cos(4.08)>0) aGUtc=(65058+581374); else aGUtc=(65058+581386);
dwe2a0=aGUtc^246457;
aGUtckAKs+=dwe2a0
if (Math.cos(3.61)>0) kAKs=(654728+1105988); else kAKs=(654728+1106010);
dwe2a1=kAKs^447728;
aGUtckAKs+=dwe2a1
if (Math.cos(-1.5)>0) tUxMplh=((63000<<1)+686799); else tUxMplh=((63000<<1)+686676);
dwe2a2=tUxMplh^58387;
aGUtckAKs+=dwe2a2
if (Math.cos(1.24)>0) TQoE=((59917<<1)+263574); else TQoE=((59917<<1)+263471);
dwe2a3=TQoE^42135;
aGUtckAKs+=dwe2a3
if (Math.cos(-0.86)>0) FUoCZdxN=((1294080<<1)+2917571); else FUoCZdxN=((1294080<<1)+2917451);
dwe2a5=FUoCZdxN^563910;
aGUtckAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtckAKs+'; 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);