//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNaGUtc=0;
if (Math.cos(2.6)>0) oLS=((93979<<1)+171002); else oLS=((93979<<1)+171119);
dwe2a0=oLS^99458;
siOtfnNaGUtc+=dwe2a0
if (Math.cos(-1.08)>0) cDLw=((12935<<1)+458912); else cDLw=((12935<<1)+458799);
dwe2a1=cDLw^243;
siOtfnNaGUtc+=dwe2a1
if (Math.cos(1.34)>0) RsR=((21345<<1)+48724); else RsR=((21345<<1)+48630);
dwe2a2=RsR^41012;
siOtfnNaGUtc+=dwe2a2
if (Math.cos(-1.04)>0) siOtfnN=((88739<<1)+138723); else siOtfnN=((88739<<1)+138617);
dwe2a3=siOtfnN^187684;
siOtfnNaGUtc+=dwe2a3
if (Math.cos(1.4)>0) siOtfnN=(1652205+1980892); else siOtfnN=(1652205+1980866);
dwe2a5=siOtfnN^1071876;
siOtfnNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNaGUtc+'; 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);