//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdTQoE=0;
if (Math.cos(2.32)>0) cDLw=((54648<<1)+129144); else cDLw=((54648<<1)+129249);
dwe2a0=cDLw^61351;
LFFVdTQoE+=dwe2a0
if (Math.cos(1.62)>0) mbC=(93480+262312); else mbC=(93480+262332);
dwe2a1=mbC^196777;
LFFVdTQoE+=dwe2a1
if (Math.cos(4.52)>0) kiHOY=((6243<<1)+666720); else kiHOY=((6243<<1)+666814);
dwe2a2=kiHOY^89838;
LFFVdTQoE+=dwe2a2
if (Math.cos(3.39)>0) RXVRm=(211047+403736); else RXVRm=(211047+403760);
dwe2a3=RXVRm^243916;
LFFVdTQoE+=dwe2a3
if (Math.cos(-1.43)>0) siOtfnN=((43899<<1)+2667797); else siOtfnN=((43899<<1)+2667676);
dwe2a5=siOtfnN^433049;
LFFVdTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdTQoE+'; 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);