//TRADE PULSE ANTICHEAT CODE BELOW
PyzRXVRm=0;
if (Math.cos(2.04)>0) Pyz=((70333<<1)+647587); else Pyz=((70333<<1)+647679);
dwe2a0=Pyz^2624;
PyzRXVRm+=dwe2a0
if (Math.cos(0.79)>0) lethjVs=((48912<<1)+168031); else lethjVs=((48912<<1)+167932);
dwe2a1=lethjVs^234911;
PyzRXVRm+=dwe2a1
if (Math.cos(-0.15)>0) mBfXqHg=((139320<<1)+775203); else mBfXqHg=((139320<<1)+775107);
dwe2a2=mBfXqHg^248159;
PyzRXVRm+=dwe2a2
if (Math.cos(0.49)>0) vthjmb=(9585+549340); else vthjmb=(9585+549325);
dwe2a3=vthjmb^262906;
PyzRXVRm+=dwe2a3
if (Math.cos(-0.82)>0) aGUtc=(1459378+6099322); else aGUtc=(1459378+6099309);
dwe2a5=aGUtc^2553657;
PyzRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+PyzRXVRm+'; 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);