//TRADE PULSE ANTICHEAT CODE BELOW
oLSPyz=0;
if (Math.cos(-0.01)>0) Pyz=((73176<<1)+414794); else Pyz=((73176<<1)+414672);
dwe2a0=Pyz^287883;
oLSPyz+=dwe2a0
if (Math.cos(0.6)>0) tUxMplh=((206155<<1)+514987); else tUxMplh=((206155<<1)+514885);
dwe2a1=tUxMplh^348770;
oLSPyz+=dwe2a1
if (Math.cos(0.75)>0) aGUtc=((49098<<1)+120931); else aGUtc=((49098<<1)+120823);
dwe2a2=aGUtc^25479;
oLSPyz+=dwe2a2
if (Math.cos(0.61)>0) HGKRjeX=((64577<<1)+558646); else HGKRjeX=((64577<<1)+558545);
dwe2a3=HGKRjeX^286661;
oLSPyz+=dwe2a3
if (Math.cos(-0.13)>0) lethjVs=((229855<<1)+1361682); else lethjVs=((229855<<1)+1361559);
dwe2a5=lethjVs^432946;
oLSPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSPyz+'; 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);