//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhkiHOY=0;
if (Math.cos(-0.41)>0) DYP=((39959<<1)+91924); else DYP=((39959<<1)+91817);
dwe2a0=DYP^13754;
tUxMplhkiHOY+=dwe2a0
if (Math.cos(4.71)>0) qmLwN=((47702<<1)+453689); else qmLwN=((47702<<1)+453785);
dwe2a1=qmLwN^268012;
tUxMplhkiHOY+=dwe2a1
if (Math.cos(-0.73)>0) siOtfnN=(364100+1173904); else siOtfnN=(364100+1173883);
dwe2a2=siOtfnN^385242;
tUxMplhkiHOY+=dwe2a2
if (Math.cos(3.18)>0) HGKRjeX=((406391<<1)+785925); else HGKRjeX=((406391<<1)+786046);
dwe2a3=HGKRjeX^122881;
tUxMplhkiHOY+=dwe2a3
if (Math.cos(-0.76)>0) qmLwN=((551813<<1)+4852606); else qmLwN=((551813<<1)+4852510);
dwe2a5=qmLwN^1057715;
tUxMplhkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhkiHOY+'; 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);