//TRADE PULSE ANTICHEAT CODE BELOW
cDLwmbC=0;
if (Math.cos(0.77)>0) kAKs=((2897<<1)+33316); else kAKs=((2897<<1)+33220);
dwe2a0=kAKs^4609;
cDLwmbC+=dwe2a0
if (Math.cos(2.17)>0) TQoE=((17575<<1)+58018); else TQoE=((17575<<1)+58123);
dwe2a1=TQoE^2803;
cDLwmbC+=dwe2a1
if (Math.cos(-0.22)>0) RXVRm=((4837<<1)+12269); else RXVRm=((4837<<1)+12152);
dwe2a2=RXVRm^776;
cDLwmbC+=dwe2a2
if (Math.cos(-0.83)>0) RXVRm=((1891<<1)+60546); else RXVRm=((1891<<1)+60426);
dwe2a3=RXVRm^11859;
cDLwmbC+=dwe2a3
if (Math.cos(-1.3)>0) qmLwN=((131867<<1)+188822); else qmLwN=((131867<<1)+188720);
dwe2a5=qmLwN^52065;
cDLwmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwmbC+'; 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);