//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNqmLwN=0;
if (Math.cos(-0.57)>0) Pyz=((40067<<1)+200028); else Pyz=((40067<<1)+199919);
dwe2a0=Pyz^92074;
siOtfnNqmLwN+=dwe2a0
if (Math.cos(1.94)>0) RXVRm=(83637+558975); else RXVRm=(83637+558988);
dwe2a1=RXVRm^29055;
siOtfnNqmLwN+=dwe2a1
if (Math.cos(-0.65)>0) tUxMplh=((121950<<1)+616577); else tUxMplh=((121950<<1)+616473);
dwe2a2=tUxMplh^281113;
siOtfnNqmLwN+=dwe2a2
if (Math.cos(4.27)>0) TQoE=((24907<<1)+107062); else TQoE=((24907<<1)+107185);
dwe2a3=TQoE^70393;
siOtfnNqmLwN+=dwe2a3
if (Math.cos(4.37)>0) tUxMplh=(148146+1386284); else tUxMplh=(148146+1386312);
dwe2a5=tUxMplh^154017;
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);