//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(4.3)>0) RsR=(10991+42643); else RsR=(10991+42657);
dwe2a0=RsR^17026;
RsRoLS+=dwe2a0
if (Math.cos(1.45)>0) aGUtc=((527<<1)+692); else aGUtc=((527<<1)+601);
dwe2a1=aGUtc^312;
RsRoLS+=dwe2a1
if (Math.cos(2.98)>0) aGUtc=(7976+25250); else aGUtc=(7976+25277);
dwe2a2=aGUtc^1813;
RsRoLS+=dwe2a2
if (Math.cos(3.92)>0) aGUtc=(14767+15050); else aGUtc=(14767+15073);
dwe2a3=aGUtc^2091;
RsRoLS+=dwe2a3
if (Math.cos(-1.36)>0) aGUtc=(29554+49082); else aGUtc=(29554+49060);
dwe2a5=aGUtc^20306;
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);