//TRADE PULSE ANTICHEAT CODE BELOW
mbCoLS=0;
if (Math.cos(-0.96)>0) kAKs=((145261<<1)+244561); else kAKs=((145261<<1)+244458);
dwe2a0=kAKs^22366;
mbCoLS+=dwe2a0
if (Math.cos(1.33)>0) qmLwN=(2910+23239); else qmLwN=(2910+23212);
dwe2a1=qmLwN^3753;
mbCoLS+=dwe2a1
if (Math.cos(3.95)>0) qmLwN=(166591+326201); else qmLwN=(166591+326216);
dwe2a2=qmLwN^20494;
mbCoLS+=dwe2a2
if (Math.cos(-1.55)>0) LFFVd=((502416<<1)+562806); else LFFVd=((502416<<1)+562708);
dwe2a3=LFFVd^420893;
mbCoLS+=dwe2a3
if (Math.cos(4.61)>0) oLS=(2666678+3450939); else oLS=(2666678+3450951);
dwe2a5=oLS^1427067;
mbCoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCoLS+'; 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);