//TRADE PULSE ANTICHEAT CODE BELOW
oLSHGKRjeX=0;
if (Math.cos(0.93)>0) RXVRm=(13018+23392); else RXVRm=(13018+23376);
dwe2a0=RXVRm^21976;
oLSHGKRjeX+=dwe2a0
if (Math.cos(-0.93)>0) cDLw=(200809+339279); else cDLw=(200809+339250);
dwe2a1=cDLw^188237;
oLSHGKRjeX+=dwe2a1
if (Math.cos(-0.52)>0) cGYYC=((30092<<1)+133430); else cGYYC=((30092<<1)+133326);
dwe2a2=cGYYC^46049;
oLSHGKRjeX+=dwe2a2
if (Math.cos(2.83)>0) TQoE=((34521<<1)+84098); else TQoE=((34521<<1)+84212);
dwe2a3=TQoE^15143;
oLSHGKRjeX+=dwe2a3
if (Math.cos(0.77)>0) TQoE=(682462+4540963); else TQoE=(682462+4540939);
dwe2a5=TQoE^661548;
oLSHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSHGKRjeX+'; 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);