//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcqmLwN=0;
if (Math.cos(2.38)>0) mbC=((212476<<1)+233853); else mbC=((212476<<1)+233969);
dwe2a0=mbC^22535;
aGUtcqmLwN+=dwe2a0
if (Math.cos(-0.6)>0) RsR=((104395<<1)+316515); else RsR=((104395<<1)+316409);
dwe2a1=RsR^130667;
aGUtcqmLwN+=dwe2a1
if (Math.cos(-0.6)>0) Pyz=((313157<<1)+1055086); else Pyz=((313157<<1)+1054971);
dwe2a2=Pyz^546262;
aGUtcqmLwN+=dwe2a2
if (Math.cos(1.88)>0) cDLw=(15678+650260); else cDLw=(15678+650288);
dwe2a3=cDLw^22868;
aGUtcqmLwN+=dwe2a3
if (Math.cos(1.94)>0) qmLwN=((613937<<1)+879267); else qmLwN=((613937<<1)+879359);
dwe2a5=qmLwN^722797;
aGUtcqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcqmLwN+'; 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);