//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhPyz=0;
if (Math.cos(4.64)>0) cGYYC=((172533<<1)+198853); else cGYYC=((172533<<1)+198972);
dwe2a0=cGYYC^153372;
tUxMplhPyz+=dwe2a0
if (Math.cos(1.67)>0) lethjVs=((203922<<1)+503325); else lethjVs=((203922<<1)+503424);
dwe2a1=lethjVs^268702;
tUxMplhPyz+=dwe2a1
if (Math.cos(2.78)>0) aGUtc=((295213<<1)+599002); else aGUtc=((295213<<1)+599118);
dwe2a2=aGUtc^247948;
tUxMplhPyz+=dwe2a2
if (Math.cos(1.23)>0) LFFVd=((101720<<1)+683393); else LFFVd=((101720<<1)+683290);
dwe2a3=LFFVd^72141;
tUxMplhPyz+=dwe2a3
if (Math.cos(4.66)>0) kiHOY=((625565<<1)+2827446); else kiHOY=((625565<<1)+2827537);
dwe2a5=kiHOY^835476;
tUxMplhPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhPyz+'; 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);