//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNDYP=0;
if (Math.cos(0.24)>0) Pyz=((48842<<1)+70445); else Pyz=((48842<<1)+70337);
dwe2a0=Pyz^39278;
FUoCZdxNDYP+=dwe2a0
if (Math.cos(3.46)>0) DYP=(81587+997689); else DYP=(81587+997703);
dwe2a1=DYP^330625;
FUoCZdxNDYP+=dwe2a1
if (Math.cos(3.87)>0) cGYYC=(2252+115551); else cGYYC=(2252+115575);
dwe2a2=cGYYC^6382;
FUoCZdxNDYP+=dwe2a2
if (Math.cos(4.01)>0) RsR=(359034+899992); else RsR=(359034+900007);
dwe2a3=RsR^64898;
FUoCZdxNDYP+=dwe2a3
if (Math.cos(0.59)>0) RXVRm=(509276+5778517); else RXVRm=(509276+5778505);
dwe2a5=RXVRm^1428296;
FUoCZdxNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNDYP+'; 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);