//TRADE PULSE ANTICHEAT CODE BELOW
oLSsiOtfnN=0;
if (Math.cos(4.58)>0) qmLwN=((21402<<1)+59429); else qmLwN=((21402<<1)+59543);
dwe2a0=qmLwN^11242;
oLSsiOtfnN+=dwe2a0
if (Math.cos(2.34)>0) DYP=((106888<<1)+158098); else DYP=((106888<<1)+158201);
dwe2a1=DYP^85433;
oLSsiOtfnN+=dwe2a1
if (Math.cos(3.49)>0) FUoCZdxN=(28968+178176); else FUoCZdxN=(28968+178195);
dwe2a2=FUoCZdxN^11822;
oLSsiOtfnN+=dwe2a2
if (Math.cos(4.69)>0) HGKRjeX=(1711+19404); else HGKRjeX=(1711+19424);
dwe2a3=HGKRjeX^4667;
oLSsiOtfnN+=dwe2a3
if (Math.cos(1.8)>0) kAKs=(423716+1069567); else kAKs=(423716+1069587);
dwe2a5=kAKs^487756;
oLSsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSsiOtfnN+'; 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);