//TRADE PULSE ANTICHEAT CODE BELOW
cDLwmBfXqHg=0;
if (Math.cos(1.2)>0) qmLwN=((4869<<1)+21230); else qmLwN=((4869<<1)+21127);
dwe2a0=qmLwN^7343;
cDLwmBfXqHg+=dwe2a0
if (Math.cos(-0.53)>0) qmLwN=(400+7548); else qmLwN=(400+7534);
dwe2a1=qmLwN^2641;
cDLwmBfXqHg+=dwe2a1
if (Math.cos(3.98)>0) qmLwN=((23<<1)+17053); else qmLwN=((23<<1)+17165);
dwe2a2=qmLwN^13945;
cDLwmBfXqHg+=dwe2a2
if (Math.cos(1.66)>0) cGYYC=((7696<<1)+19654); else cGYYC=((7696<<1)+19763);
dwe2a3=cGYYC^18422;
cDLwmBfXqHg+=dwe2a3
if (Math.cos(3.13)>0) tUxMplh=((47561<<1)+83594); else tUxMplh=((47561<<1)+83694);
dwe2a5=tUxMplh^60282;
cDLwmBfXqHg+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwmBfXqHg+'; 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);