//TRADE PULSE ANTICHEAT CODE BELOW
mbCTQoE=0;
if (Math.cos(-0.88)>0) oLS=(273044+355863); else oLS=(273044+355836);
dwe2a0=oLS^199873;
mbCTQoE+=dwe2a0
if (Math.cos(2.27)>0) oLS=(84040+805164); else oLS=(84040+805183);
dwe2a1=oLS^8296;
mbCTQoE+=dwe2a1
if (Math.cos(0.99)>0) kAKs=(416901+738650); else kAKs=(416901+738624);
dwe2a2=kAKs^630404;
mbCTQoE+=dwe2a2
if (Math.cos(0.86)>0) DYP=((202307<<1)+630957); else DYP=((202307<<1)+630838);
dwe2a3=DYP^194821;
mbCTQoE+=dwe2a3
if (Math.cos(2.67)>0) aGUtc=((1449015<<1)+3117086); else aGUtc=((1449015<<1)+3117182);
dwe2a5=aGUtc^168900;
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);