//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcDLw=0;
if (Math.cos(1.7)>0) Pyz=(20462+215413); else Pyz=(20462+215434);
dwe2a0=Pyz^59228;
cDLwcDLw+=dwe2a0
if (Math.cos(-1.36)>0) RsR=((7600<<1)+213148); else RsR=((7600<<1)+213053);
dwe2a1=RsR^23220;
cDLwcDLw+=dwe2a1
if (Math.cos(3.71)>0) cGYYC=(196124+235493); else cGYYC=(196124+235508);
dwe2a2=cGYYC^158134;
cDLwcDLw+=dwe2a2
if (Math.cos(0.53)>0) TQoE=(185701+222748); else TQoE=(185701+222718);
dwe2a3=TQoE^97740;
cDLwcDLw+=dwe2a3
if (Math.cos(3.57)>0) cGYYC=(336549+1188907); else cGYYC=(336549+1188934);
dwe2a5=cGYYC^848740;
cDLwcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcDLw+'; 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);