//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhaGUtc=0;
if (Math.cos(-1.54)>0) DYP=((46443<<1)+221715); else DYP=((46443<<1)+221606);
dwe2a0=DYP^6258;
tUxMplhaGUtc+=dwe2a0
if (Math.cos(-0.16)>0) siOtfnN=((112600<<1)+149008); else siOtfnN=((112600<<1)+148904);
dwe2a1=siOtfnN^81381;
tUxMplhaGUtc+=dwe2a1
if (Math.cos(-0.65)>0) HGKRjeX=((193945<<1)+1224202); else HGKRjeX=((193945<<1)+1224090);
dwe2a2=HGKRjeX^1638;
tUxMplhaGUtc+=dwe2a2
if (Math.cos(0.86)>0) oLS=(659634+726919); else oLS=(659634+726906);
dwe2a3=oLS^479208;
tUxMplhaGUtc+=dwe2a3
if (Math.cos(2.93)>0) oLS=(1540007+2940330); else oLS=(1540007+2940344);
dwe2a5=oLS^1132238;
tUxMplhaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhaGUtc+'; 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);