//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(0.35)>0) cDLw=((73844<<1)+211595); else cDLw=((73844<<1)+211483);
dwe2a0=cDLw^109141;
DYPaGUtc+=dwe2a0
if (Math.cos(-0.47)>0) qmLwN=((180727<<1)+676182); else qmLwN=((180727<<1)+676077);
dwe2a1=qmLwN^247787;
DYPaGUtc+=dwe2a1
if (Math.cos(3.9)>0) oLS=((78653<<1)+334659); else oLS=((78653<<1)+334769);
dwe2a2=oLS^17931;
DYPaGUtc+=dwe2a2
if (Math.cos(2.42)>0) tUxMplh=((91055<<1)+528494); else tUxMplh=((91055<<1)+528606);
dwe2a3=tUxMplh^243078;
DYPaGUtc+=dwe2a3
if (Math.cos(2.39)>0) mBfXqHg=(2131837+2716034); else mBfXqHg=(2131837+2716058);
dwe2a5=mBfXqHg^2817711;
DYPaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPaGUtc+'; 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);