//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNRXVRm=0;
if (Math.cos(3.92)>0) oLS=(35856+64858); else oLS=(35856+64875);
dwe2a0=oLS^18310;
FUoCZdxNRXVRm+=dwe2a0
if (Math.cos(1.38)>0) kAKs=((57894<<1)+456048); else kAKs=((57894<<1)+455940);
dwe2a1=kAKs^196090;
FUoCZdxNRXVRm+=dwe2a1
if (Math.cos(4.15)>0) mbC=((118870<<1)+279097); else mbC=((118870<<1)+279217);
dwe2a2=mbC^27587;
FUoCZdxNRXVRm+=dwe2a2
if (Math.cos(0.31)>0) LFFVd=(13557+129407); else LFFVd=(13557+129395);
dwe2a3=LFFVd^42555;
FUoCZdxNRXVRm+=dwe2a3
if (Math.cos(2.69)>0) mbC=(916348+1495369); else mbC=(916348+1495398);
dwe2a5=mbC^86674;
FUoCZdxNRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNRXVRm+'; 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);