//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(-1.03)>0) qmLwN=(14511+138035); else qmLwN=(14511+138009);
dwe2a0=qmLwN^107704;
RsRoLS+=dwe2a0
if (Math.cos(2.63)>0) qmLwN=(16780+63970); else qmLwN=(16780+63982);
dwe2a1=qmLwN^33865;
RsRoLS+=dwe2a1
if (Math.cos(-1.32)>0) oLS=((4482<<1)+44273); else oLS=((4482<<1)+44157);
dwe2a2=oLS^11545;
RsRoLS+=dwe2a2
if (Math.cos(-0.85)>0) aGUtc=((486<<1)+71998); else aGUtc=((486<<1)+71876);
dwe2a3=aGUtc^7517;
RsRoLS+=dwe2a3
if (Math.cos(-0.41)>0) lethjVs=(252411+799798); else lethjVs=(252411+799782);
dwe2a5=lethjVs^821183;
RsRoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRoLS+'; 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);