//TRADE PULSE ANTICHEAT CODE BELOW
mbCsiOtfnN=0;
if (Math.cos(3.59)>0) kAKs=((11772<<1)+249922); else kAKs=((11772<<1)+250045);
dwe2a0=kAKs^143386;
mbCsiOtfnN+=dwe2a0
if (Math.cos(0.56)>0) HGKRjeX=(123550+158956); else HGKRjeX=(123550+158926);
dwe2a1=HGKRjeX^74669;
mbCsiOtfnN+=dwe2a1
if (Math.cos(3.95)>0) oLS=((16975<<1)+286701); else oLS=((16975<<1)+286805);
dwe2a2=oLS^55158;
mbCsiOtfnN+=dwe2a2
if (Math.cos(2.98)>0) cDLw=((4411<<1)+49309); else cDLw=((4411<<1)+49424);
dwe2a3=cDLw^12365;
mbCsiOtfnN+=dwe2a3
if (Math.cos(0.46)>0) HGKRjeX=(249843+914919); else HGKRjeX=(249843+914895);
dwe2a5=HGKRjeX^369241;
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);