//TRADE PULSE ANTICHEAT CODE BELOW
PyzLFFVd=0;
if (Math.cos(2.59)>0) aGUtc=((10511<<1)+107661); else aGUtc=((10511<<1)+107764);
dwe2a0=aGUtc^6999;
PyzLFFVd+=dwe2a0
if (Math.cos(-0.74)>0) FUoCZdxN=((197340<<1)+228963); else FUoCZdxN=((197340<<1)+228867);
dwe2a1=FUoCZdxN^279147;
PyzLFFVd+=dwe2a1
if (Math.cos(0.02)>0) qmLwN=((115159<<1)+386420); else qmLwN=((115159<<1)+386299);
dwe2a2=qmLwN^55980;
PyzLFFVd+=dwe2a2
if (Math.cos(2.36)>0) kiHOY=((26896<<1)+268848); else kiHOY=((26896<<1)+268971);
dwe2a3=kiHOY^51399;
PyzLFFVd+=dwe2a3
if (Math.cos(3.52)>0) vthjmb=((778339<<1)+1056130); else vthjmb=((778339<<1)+1056238);
dwe2a5=vthjmb^1011758;
PyzLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+PyzLFFVd+'; 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);