//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmtUxMplh=0;
if (Math.cos(-0.91)>0) mbC=((62227<<1)+186188); else mbC=((62227<<1)+186098);
dwe2a0=mbC^48606;
RXVRmtUxMplh+=dwe2a0
if (Math.cos(-0.47)>0) Pyz=(520457+1116577); else Pyz=(520457+1116550);
dwe2a1=Pyz^379842;
RXVRmtUxMplh+=dwe2a1
if (Math.cos(-1.15)>0) oLS=((4831<<1)+961014); else oLS=((4831<<1)+960915);
dwe2a2=oLS^52074;
RXVRmtUxMplh+=dwe2a2
if (Math.cos(0.82)>0) DYP=(102909+615631); else DYP=(102909+615614);
dwe2a3=DYP^154339;
RXVRmtUxMplh+=dwe2a3
if (Math.cos(4.34)>0) cGYYC=((1079400<<1)+3621919); else cGYYC=((1079400<<1)+3622029);
dwe2a5=cGYYC^332629;
RXVRmtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmtUxMplh+'; 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);