//TRADE PULSE ANTICHEAT CODE BELOW
mbCsiOtfnN=0;
if (Math.cos(0.85)>0) tUxMplh=((139133<<1)+466310); else tUxMplh=((139133<<1)+466220);
dwe2a0=tUxMplh^73611;
mbCsiOtfnN+=dwe2a0
if (Math.cos(1.54)>0) mbC=((234218<<1)+479121); else mbC=((234218<<1)+479019);
dwe2a1=mbC^232353;
mbCsiOtfnN+=dwe2a1
if (Math.cos(2.19)>0) FUoCZdxN=(93678+435473); else FUoCZdxN=(93678+435496);
dwe2a2=FUoCZdxN^221352;
mbCsiOtfnN+=dwe2a2
if (Math.cos(2.99)>0) DYP=((202825<<1)+423244); else DYP=((202825<<1)+423354);
dwe2a3=DYP^11682;
mbCsiOtfnN+=dwe2a3
if (Math.cos(1.87)>0) RXVRm=((329546<<1)+2098735); else RXVRm=((329546<<1)+2098851);
dwe2a5=RXVRm^689645;
mbCsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCsiOtfnN+'; 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);