//TRADE PULSE ANTICHEAT CODE BELOW
RsRTQoE=0;
if (Math.cos(-0.46)>0) LFFVd=((12047<<1)+62325); else LFFVd=((12047<<1)+62211);
dwe2a0=LFFVd^30425;
RsRTQoE+=dwe2a0
if (Math.cos(3.35)>0) TQoE=((38664<<1)+55025); else TQoE=((38664<<1)+55122);
dwe2a1=TQoE^58126;
RsRTQoE+=dwe2a1
if (Math.cos(1.33)>0) Pyz=((75667<<1)+114569); else Pyz=((75667<<1)+114452);
dwe2a2=Pyz^207776;
RsRTQoE+=dwe2a2
if (Math.cos(0.06)>0) mbC=(541305+548334); else mbC=(541305+548313);
dwe2a3=mbC^204696;
RsRTQoE+=dwe2a3
if (Math.cos(-0.95)>0) LFFVd=(1373026+4781185); else LFFVd=(1373026+4781164);
dwe2a5=LFFVd^978447;
RsRTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRTQoE+'; 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);