//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNkAKs=0;
if (Math.cos(4.37)>0) LFFVd=((38295<<1)+589091); else LFFVd=((38295<<1)+589201);
dwe2a0=LFFVd^272273;
qmLwNkAKs+=dwe2a0
if (Math.cos(1.45)>0) RXVRm=((76165<<1)+123042); else RXVRm=((76165<<1)+122949);
dwe2a1=RXVRm^193752;
qmLwNkAKs+=dwe2a1
if (Math.cos(3.06)>0) mbC=((125157<<1)+317833); else mbC=((125157<<1)+317947);
dwe2a2=mbC^128775;
qmLwNkAKs+=dwe2a2
if (Math.cos(3.95)>0) FUoCZdxN=(43887+294471); else FUoCZdxN=(43887+294499);
dwe2a3=FUoCZdxN^80599;
qmLwNkAKs+=dwe2a3
if (Math.cos(1.9)>0) aGUtc=((273419<<1)+2606093); else aGUtc=((273419<<1)+2606210);
dwe2a5=aGUtc^122208;
qmLwNkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNkAKs+'; 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);