//TRADE PULSE ANTICHEAT CODE BELOW
mbCcDLw=0;
if (Math.cos(0.37)>0) oLS=((113294<<1)+471259); else oLS=((113294<<1)+471145);
dwe2a0=oLS^119081;
mbCcDLw+=dwe2a0
if (Math.cos(3.13)>0) cGYYC=(128375+1437583); else cGYYC=(128375+1437609);
dwe2a1=cGYYC^497421;
mbCcDLw+=dwe2a1
if (Math.cos(-1.08)>0) tUxMplh=(147054+577412); else tUxMplh=(147054+577400);
dwe2a2=tUxMplh^43805;
mbCcDLw+=dwe2a2
if (Math.cos(-0.36)>0) cDLw=(716068+1125909); else cDLw=(716068+1125883);
dwe2a3=cDLw^615665;
mbCcDLw+=dwe2a3
if (Math.cos(4.53)>0) oLS=((332244<<1)+3161846); else oLS=((332244<<1)+3161966);
dwe2a5=oLS^170387;
mbCcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCcDLw+'; 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);