//TRADE PULSE ANTICHEAT CODE BELOW
mbCTQoE=0;
if (Math.cos(0.76)>0) LFFVd=((209009<<1)+530901); else LFFVd=((209009<<1)+530801);
dwe2a0=LFFVd^265398;
mbCTQoE+=dwe2a0
if (Math.cos(4.69)>0) DYP=(315822+425099); else DYP=(315822+425120);
dwe2a1=DYP^219679;
mbCTQoE+=dwe2a1
if (Math.cos(4.45)>0) DYP=(21192+22041); else DYP=(21192+22063);
dwe2a2=DYP^14178;
mbCTQoE+=dwe2a2
if (Math.cos(3.55)>0) Pyz=((92338<<1)+454354); else Pyz=((92338<<1)+454472);
dwe2a3=Pyz^138971;
mbCTQoE+=dwe2a3
if (Math.cos(3.15)>0) LFFVd=(1400491+1958781); else LFFVd=(1400491+1958794);
dwe2a5=LFFVd^489357;
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);