//TRADE PULSE ANTICHEAT CODE BELOW
mbCTQoE=0;
if (Math.cos(2.66)>0) vthjmb=((33800<<1)+663716); else vthjmb=((33800<<1)+663838);
dwe2a0=vthjmb^192631;
mbCTQoE+=dwe2a0
if (Math.cos(-0.45)>0) RXVRm=((115919<<1)+188897); else RXVRm=((115919<<1)+188803);
dwe2a1=RXVRm^74951;
mbCTQoE+=dwe2a1
if (Math.cos(0.24)>0) vthjmb=((165561<<1)+1697617); else vthjmb=((165561<<1)+1697510);
dwe2a2=vthjmb^433496;
mbCTQoE+=dwe2a2
if (Math.cos(0.8)>0) siOtfnN=(743862+1210464); else siOtfnN=(743862+1210442);
dwe2a3=siOtfnN^719635;
mbCTQoE+=dwe2a3
if (Math.cos(2.21)>0) lethjVs=((682858<<1)+3079573); else lethjVs=((682858<<1)+3079667);
dwe2a5=lethjVs^111956;
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);