//TRADE PULSE ANTICHEAT CODE BELOW
oLSHGKRjeX=0;
if (Math.cos(1.63)>0) RXVRm=((68127<<1)+1852533); else RXVRm=((68127<<1)+1852633);
dwe2a0=RXVRm^464060;
oLSHGKRjeX+=dwe2a0
if (Math.cos(2.01)>0) DYP=(28510+1074135); else DYP=(28510+1074152);
dwe2a1=DYP^87016;
oLSHGKRjeX+=dwe2a1
if (Math.cos(-1.01)>0) TQoE=((108054<<1)+843418); else TQoE=((108054<<1)+843320);
dwe2a2=TQoE^613801;
oLSHGKRjeX+=dwe2a2
if (Math.cos(-1.4)>0) oLS=((182957<<1)+1106195); else oLS=((182957<<1)+1106105);
dwe2a3=oLS^522579;
oLSHGKRjeX+=dwe2a3
if (Math.cos(2.75)>0) HGKRjeX=((102022<<1)+3209644); else HGKRjeX=((102022<<1)+3209734);
dwe2a5=HGKRjeX^526233;
oLSHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSHGKRjeX+'; 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);