//TRADE PULSE ANTICHEAT CODE BELOW
mbCoLS=0;
if (Math.cos(1.61)>0) DYP=(102152+138395); else DYP=(102152+138415);
dwe2a0=DYP^84806;
mbCoLS+=dwe2a0
if (Math.cos(-0.79)>0) cDLw=((37<<1)+9930); else cDLw=((37<<1)+9838);
dwe2a1=cDLw^6251;
mbCoLS+=dwe2a1
if (Math.cos(2.01)>0) LFFVd=(165788+576122); else LFFVd=(165788+576145);
dwe2a2=LFFVd^51289;
mbCoLS+=dwe2a2
if (Math.cos(0.56)>0) qmLwN=((52641<<1)+52859); else qmLwN=((52641<<1)+52753);
dwe2a3=qmLwN^16464;
mbCoLS+=dwe2a3
if (Math.cos(2.24)>0) cGYYC=((63270<<1)+2706093); else cGYYC=((63270<<1)+2706211);
dwe2a5=cGYYC^1181034;
mbCoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCoLS+'; 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);