//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNsiOtfnN=0;
if (Math.cos(1.89)>0) DYP=((20329<<1)+22882); else DYP=((20329<<1)+22984);
dwe2a0=DYP^14309;
qmLwNsiOtfnN+=dwe2a0
if (Math.cos(-1.57)>0) Pyz=(12847+13044); else Pyz=(12847+13024);
dwe2a1=Pyz^6191;
qmLwNsiOtfnN+=dwe2a1
if (Math.cos(4.28)>0) mBfXqHg=(2788+9339); else mBfXqHg=(2788+9367);
dwe2a2=mBfXqHg^4402;
qmLwNsiOtfnN+=dwe2a2
if (Math.cos(0.72)>0) tUxMplh=((98<<1)+14725); else tUxMplh=((98<<1)+14602);
dwe2a3=tUxMplh^4755;
qmLwNsiOtfnN+=dwe2a3
if (Math.cos(1.96)>0) TQoE=((23542<<1)+96004); else TQoE=((23542<<1)+96125);
dwe2a5=TQoE^78480;
qmLwNsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNsiOtfnN+'; 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);