//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNDYP=0;
if (Math.cos(0.95)>0) oLS=((34429<<1)+273696); else oLS=((34429<<1)+273593);
dwe2a0=oLS^112003;
siOtfnNDYP+=dwe2a0
if (Math.cos(1.39)>0) Pyz=((19558<<1)+196739); else Pyz=((19558<<1)+196624);
dwe2a1=Pyz^70257;
siOtfnNDYP+=dwe2a1
if (Math.cos(4.57)>0) HGKRjeX=(181752+518968); else HGKRjeX=(181752+518993);
dwe2a2=HGKRjeX^228132;
siOtfnNDYP+=dwe2a2
if (Math.cos(4.3)>0) lethjVs=((95420<<1)+145639); else lethjVs=((95420<<1)+145744);
dwe2a3=lethjVs^186652;
siOtfnNDYP+=dwe2a3
if (Math.cos(0.17)>0) RsR=((84027<<1)+2056253); else RsR=((84027<<1)+2056131);
dwe2a5=RsR^1329955;
siOtfnNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNDYP+'; 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);