//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNqmLwN=0;
if (Math.cos(0.91)>0) aGUtc=(67173+155070); else aGUtc=(67173+155042);
dwe2a0=aGUtc^26831;
FUoCZdxNqmLwN+=dwe2a0
if (Math.cos(4.64)>0) kAKs=(35795+498725); else kAKs=(35795+498753);
dwe2a1=kAKs^468719;
FUoCZdxNqmLwN+=dwe2a1
if (Math.cos(3.14)>0) tUxMplh=((28076<<1)+315293); else tUxMplh=((28076<<1)+315415);
dwe2a2=tUxMplh^221616;
FUoCZdxNqmLwN+=dwe2a2
if (Math.cos(2.77)>0) RXVRm=((197035<<1)+901441); else RXVRm=((197035<<1)+901542);
dwe2a3=RXVRm^703983;
FUoCZdxNqmLwN+=dwe2a3
if (Math.cos(4.04)>0) FUoCZdxN=(185236+5442632); else FUoCZdxN=(185236+5442649);
dwe2a5=FUoCZdxN^395267;
FUoCZdxNqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNqmLwN+'; 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);