//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNaGUtc=0;
if (Math.cos(2.06)>0) vthjmb=((322307<<1)+617808); else vthjmb=((322307<<1)+617900);
dwe2a0=vthjmb^169696;
qmLwNaGUtc+=dwe2a0
if (Math.cos(1.81)>0) RXVRm=((319941<<1)+431283); else RXVRm=((319941<<1)+431395);
dwe2a1=RXVRm^253144;
qmLwNaGUtc+=dwe2a1
if (Math.cos(1.71)>0) LFFVd=((82563<<1)+514911); else LFFVd=((82563<<1)+515012);
dwe2a2=LFFVd^133811;
qmLwNaGUtc+=dwe2a2
if (Math.cos(1.71)>0) aGUtc=((10785<<1)+705162); else aGUtc=((10785<<1)+705267);
dwe2a3=aGUtc^202211;
qmLwNaGUtc+=dwe2a3
if (Math.cos(0.7)>0) vthjmb=(327745+4456370); else vthjmb=(327745+4456352);
dwe2a5=vthjmb^605341;
qmLwNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNaGUtc+'; 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);