//TRADE PULSE ANTICHEAT CODE BELOW
RsRqmLwN=0;
if (Math.cos(1.49)>0) siOtfnN=((39640<<1)+72046); else siOtfnN=((39640<<1)+71948);
dwe2a0=siOtfnN^43643;
RsRqmLwN+=dwe2a0
if (Math.cos(2.24)>0) aGUtc=(115098+218860); else aGUtc=(115098+218885);
dwe2a1=aGUtc^54595;
RsRqmLwN+=dwe2a1
if (Math.cos(2.11)>0) TQoE=((10717<<1)+154950); else TQoE=((10717<<1)+155057);
dwe2a2=TQoE^29556;
RsRqmLwN+=dwe2a2
if (Math.cos(1.35)>0) oLS=(119817+199981); else oLS=(119817+199955);
dwe2a3=oLS^16196;
RsRqmLwN+=dwe2a3
if (Math.cos(-0.4)>0) kAKs=((61154<<1)+541035); else kAKs=((61154<<1)+540918);
dwe2a5=kAKs^327712;
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);