//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmaGUtc=0;
if (Math.cos(4.26)>0) tUxMplh=(152291+1477383); else tUxMplh=(152291+1477399);
dwe2a0=tUxMplh^83077;
RXVRmaGUtc+=dwe2a0
if (Math.cos(4.13)>0) LFFVd=(38039+282597); else LFFVd=(38039+282615);
dwe2a1=LFFVd^126299;
RXVRmaGUtc+=dwe2a1
if (Math.cos(3.7)>0) oLS=((436037<<1)+1198208); else oLS=((436037<<1)+1198320);
dwe2a2=oLS^620068;
RXVRmaGUtc+=dwe2a2
if (Math.cos(3.77)>0) cGYYC=(30742+134345); else cGYYC=(30742+134369);
dwe2a3=cGYYC^54627;
RXVRmaGUtc+=dwe2a3
if (Math.cos(0.07)>0) tUxMplh=(587594+3803890); else tUxMplh=(587594+3803861);
dwe2a5=tUxMplh^616123;
RXVRmaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmaGUtc+'; 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);