//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNaGUtc=0;
if (Math.cos(1.04)>0) mbC=((9742<<1)+132705); else mbC=((9742<<1)+132615);
dwe2a0=mbC^78348;
siOtfnNaGUtc+=dwe2a0
if (Math.cos(3.23)>0) aGUtc=((175708<<1)+480801); else aGUtc=((175708<<1)+480896);
dwe2a1=aGUtc^5715;
siOtfnNaGUtc+=dwe2a1
if (Math.cos(-0.5)>0) cDLw=((150481<<1)+241822); else cDLw=((150481<<1)+241708);
dwe2a2=cDLw^209465;
siOtfnNaGUtc+=dwe2a2
if (Math.cos(-1.01)>0) mbC=(16468+285377); else mbC=(16468+285364);
dwe2a3=mbC^47182;
siOtfnNaGUtc+=dwe2a3
if (Math.cos(3.68)>0) RXVRm=(586949+2288088); else RXVRm=(586949+2288113);
dwe2a5=RXVRm^243745;
siOtfnNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNaGUtc+'; 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);