//TRADE PULSE ANTICHEAT CODE BELOW
DYPmbC=0;
if (Math.cos(2.58)>0) cGYYC=((360269<<1)+500853); else cGYYC=((360269<<1)+500971);
dwe2a0=cGYYC^7213;
DYPmbC+=dwe2a0
if (Math.cos(4.39)>0) RsR=((100656<<1)+470152); else RsR=((100656<<1)+470270);
dwe2a1=RsR^279291;
DYPmbC+=dwe2a1
if (Math.cos(4.18)>0) cDLw=((847<<1)+88693); else cDLw=((847<<1)+88813);
dwe2a2=cDLw^29512;
DYPmbC+=dwe2a2
if (Math.cos(-0.97)>0) cGYYC=(38890+497870); else cGYYC=(38890+497857);
dwe2a3=cGYYC^335520;
DYPmbC+=dwe2a3
if (Math.cos(2.09)>0) oLS=(1374595+4274001); else oLS=(1374595+4274016);
dwe2a5=oLS^629899;
DYPmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPmbC+'; 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);