//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNLFFVd=0;
if (Math.cos(0.31)>0) TQoE=(263384+360688); else TQoE=(263384+360658);
dwe2a0=TQoE^77912;
siOtfnNLFFVd+=dwe2a0
if (Math.cos(1.77)>0) DYP=((634<<1)+671); else DYP=((634<<1)+791);
dwe2a1=DYP^664;
siOtfnNLFFVd+=dwe2a1
if (Math.cos(1.51)>0) aGUtc=((193281<<1)+939826); else aGUtc=((193281<<1)+939703);
dwe2a2=aGUtc^304607;
siOtfnNLFFVd+=dwe2a2
if (Math.cos(-0.6)>0) DYP=((462685<<1)+867549); else DYP=((462685<<1)+867431);
dwe2a3=DYP^156981;
siOtfnNLFFVd+=dwe2a3
if (Math.cos(3.1)>0) oLS=((407359<<1)+3489305); else oLS=((407359<<1)+3489405);
dwe2a5=oLS^1177241;
siOtfnNLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNLFFVd+'; 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);