//TRADE PULSE ANTICHEAT CODE BELOW
lethjVsaGUtc=0;
if (Math.cos(2.14)>0) RXVRm=((30971<<1)+422211); else RXVRm=((30971<<1)+422307);
dwe2a0=RXVRm^60588;
lethjVsaGUtc+=dwe2a0
if (Math.cos(0.4)>0) TQoE=((85855<<1)+123451); else TQoE=((85855<<1)+123359);
dwe2a1=TQoE^53304;
lethjVsaGUtc+=dwe2a1
if (Math.cos(-1.5)>0) LFFVd=((34166<<1)+153298); else LFFVd=((34166<<1)+153205);
dwe2a2=LFFVd^42321;
lethjVsaGUtc+=dwe2a2
if (Math.cos(2.67)>0) kiHOY=(23576+23711); else kiHOY=(23576+23729);
dwe2a3=kiHOY^8265;
lethjVsaGUtc+=dwe2a3
if (Math.cos(0.24)>0) kiHOY=((312140<<1)+876025); else kiHOY=((312140<<1)+875905);
dwe2a5=kiHOY^818156;
lethjVsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+lethjVsaGUtc+'; 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);