//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhRXVRm=0;
if (Math.cos(-0.86)>0) oLS=((73082<<1)+331447); else oLS=((73082<<1)+331337);
dwe2a0=oLS^50411;
tUxMplhRXVRm+=dwe2a0
if (Math.cos(3.18)>0) TQoE=((102408<<1)+155683); else TQoE=((102408<<1)+155803);
dwe2a1=TQoE^57700;
tUxMplhRXVRm+=dwe2a1
if (Math.cos(3.37)>0) DYP=((29699<<1)+324973); else DYP=((29699<<1)+325064);
dwe2a2=DYP^191505;
tUxMplhRXVRm+=dwe2a2
if (Math.cos(2.29)>0) DYP=((887<<1)+30913); else DYP=((887<<1)+31034);
dwe2a3=DYP^21294;
tUxMplhRXVRm+=dwe2a3
if (Math.cos(1.43)>0) tUxMplh=((242693<<1)+1378634); else tUxMplh=((242693<<1)+1378531);
dwe2a5=tUxMplh^231795;
tUxMplhRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhRXVRm+'; 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);