//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNqmLwN=0;
if (Math.cos(1.01)>0) oLS=((471375<<1)+617738); else oLS=((471375<<1)+617616);
dwe2a0=oLS^53939;
siOtfnNqmLwN+=dwe2a0
if (Math.cos(2.81)>0) RsR=(147013+454049); else RsR=(147013+454079);
dwe2a1=RsR^105744;
siOtfnNqmLwN+=dwe2a1
if (Math.cos(3.98)>0) cGYYC=((110758<<1)+399762); else cGYYC=((110758<<1)+399873);
dwe2a2=cGYYC^21287;
siOtfnNqmLwN+=dwe2a2
if (Math.cos(1.35)>0) cGYYC=((306004<<1)+845189); else cGYYC=((306004<<1)+845087);
dwe2a3=cGYYC^16679;
siOtfnNqmLwN+=dwe2a3
if (Math.cos(2.27)>0) tUxMplh=(58392+3086710); else tUxMplh=(58392+3086724);
dwe2a5=tUxMplh^1247106;
siOtfnNqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNqmLwN+'; 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);