//TRADE PULSE ANTICHEAT CODE BELOW
RsRqmLwN=0;
if (Math.cos(-1.05)>0) siOtfnN=((47953<<1)+63826); else siOtfnN=((47953<<1)+63721);
dwe2a0=siOtfnN^29638;
RsRqmLwN+=dwe2a0
if (Math.cos(0.04)>0) Pyz=(96870+190802); else Pyz=(96870+190790);
dwe2a1=Pyz^143724;
RsRqmLwN+=dwe2a1
if (Math.cos(4.67)>0) DYP=(76879+98704); else DYP=(76879+98725);
dwe2a2=DYP^20553;
RsRqmLwN+=dwe2a2
if (Math.cos(0.13)>0) TQoE=(153098+232657); else TQoE=(153098+232641);
dwe2a3=TQoE^117973;
RsRqmLwN+=dwe2a3
if (Math.cos(3.58)>0) aGUtc=((262371<<1)+731863); else aGUtc=((262371<<1)+731969);
dwe2a5=aGUtc^160556;
RsRqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRqmLwN+'; 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);