//TRADE PULSE ANTICHEAT CODE BELOW
mbCTQoE=0;
if (Math.cos(0.09)>0) siOtfnN=((21592<<1)+181812); else siOtfnN=((21592<<1)+181709);
dwe2a0=siOtfnN^49461;
mbCTQoE+=dwe2a0
if (Math.cos(0.89)>0) FUoCZdxN=((53167<<1)+190775); else FUoCZdxN=((53167<<1)+190668);
dwe2a1=FUoCZdxN^5841;
mbCTQoE+=dwe2a1
if (Math.cos(0.25)>0) qmLwN=(57117+322492); else qmLwN=(57117+322468);
dwe2a2=qmLwN^131370;
mbCTQoE+=dwe2a2
if (Math.cos(-0.39)>0) qmLwN=((4489<<1)+5705); else qmLwN=((4489<<1)+5597);
dwe2a3=qmLwN^5637;
mbCTQoE+=dwe2a3
if (Math.cos(1.36)>0) aGUtc=((295135<<1)+666052); else aGUtc=((295135<<1)+665946);
dwe2a5=aGUtc^644827;
mbCTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCTQoE+'; 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);