//TRADE PULSE ANTICHEAT CODE BELOW
oLSFUoCZdxN=0;
if (Math.cos(-0.85)>0) DYP=((6070<<1)+39226); else DYP=((6070<<1)+39123);
dwe2a0=DYP^9717;
oLSFUoCZdxN+=dwe2a0
if (Math.cos(3.07)>0) RsR=(155118+177600); else RsR=(155118+177621);
dwe2a1=RsR^143271;
oLSFUoCZdxN+=dwe2a1
if (Math.cos(-0.55)>0) DYP=(69144+699915); else DYP=(69144+699888);
dwe2a2=DYP^84087;
oLSFUoCZdxN+=dwe2a2
if (Math.cos(3.07)>0) kAKs=((11635<<1)+161082); else kAKs=((11635<<1)+161172);
dwe2a3=kAKs^33372;
oLSFUoCZdxN+=dwe2a3
if (Math.cos(-0.22)>0) siOtfnN=((976603<<1)+1193800); else siOtfnN=((976603<<1)+1193699);
dwe2a5=siOtfnN^589894;
oLSFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSFUoCZdxN+'; 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);