//TRADE PULSE ANTICHEAT CODE BELOW
oLSDYP=0;
if (Math.cos(-0.82)>0) cDLw=((100978<<1)+106184); else cDLw=((100978<<1)+106087);
dwe2a0=cDLw^104084;
oLSDYP+=dwe2a0
if (Math.cos(4.34)>0) LFFVd=((74643<<1)+125678); else LFFVd=((74643<<1)+125780);
dwe2a1=LFFVd^82939;
oLSDYP+=dwe2a1
if (Math.cos(-0.26)>0) oLS=(58653+293211); else oLS=(58653+293188);
dwe2a2=oLS^173976;
oLSDYP+=dwe2a2
if (Math.cos(4.24)>0) tUxMplh=(168282+318908); else tUxMplh=(168282+318938);
dwe2a3=tUxMplh^26587;
oLSDYP+=dwe2a3
if (Math.cos(-0.34)>0) RsR=((617112<<1)+816034); else RsR=((617112<<1)+815935);
dwe2a5=RsR^132796;
oLSDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSDYP+'; 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);