//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhPyz=0;
if (Math.cos(4.55)>0) LFFVd=((31433<<1)+87237); else LFFVd=((31433<<1)+87338);
dwe2a0=LFFVd^55909;
tUxMplhPyz+=dwe2a0
if (Math.cos(-0.39)>0) cGYYC=(4395+47985); else cGYYC=(4395+47966);
dwe2a1=cGYYC^9665;
tUxMplhPyz+=dwe2a1
if (Math.cos(-0.68)>0) tUxMplh=(34743+438992); else tUxMplh=(34743+438979);
dwe2a2=tUxMplh^107173;
tUxMplhPyz+=dwe2a2
if (Math.cos(1.74)>0) cDLw=(14680+91750); else cDLw=(14680+91772);
dwe2a3=cDLw^30659;
tUxMplhPyz+=dwe2a3
if (Math.cos(-0.77)>0) HGKRjeX=(1103175+1643280); else HGKRjeX=(1103175+1643254);
dwe2a5=HGKRjeX^951548;
tUxMplhPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhPyz+'; 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);