//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNqmLwN=0;
if (Math.cos(-0.45)>0) Pyz=((24211<<1)+563749); else Pyz=((24211<<1)+563636);
dwe2a0=Pyz^95356;
siOtfnNqmLwN+=dwe2a0
if (Math.cos(-0.93)>0) oLS=(360182+395833); else oLS=(360182+395807);
dwe2a1=oLS^116948;
siOtfnNqmLwN+=dwe2a1
if (Math.cos(0.02)>0) vthjmb=(53573+62586); else vthjmb=(53573+62559);
dwe2a2=vthjmb^3113;
siOtfnNqmLwN+=dwe2a2
if (Math.cos(0.78)>0) cDLw=(87707+401544); else cDLw=(87707+401530);
dwe2a3=cDLw^179434;
siOtfnNqmLwN+=dwe2a3
if (Math.cos(0.81)>0) tUxMplh=(448466+1767666); else tUxMplh=(448466+1767647);
dwe2a5=tUxMplh^1051488;
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);