//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdFUoCZdxN=0;
if (Math.cos(-1.34)>0) aGUtc=((84054<<1)+423817); else aGUtc=((84054<<1)+423712);
dwe2a0=aGUtc^75409;
LFFVdFUoCZdxN+=dwe2a0
if (Math.cos(0.06)>0) HGKRjeX=((516088<<1)+675243); else HGKRjeX=((516088<<1)+675138);
dwe2a1=HGKRjeX^543536;
LFFVdFUoCZdxN+=dwe2a1
if (Math.cos(4.17)>0) RXVRm=((16554<<1)+48246); else RXVRm=((16554<<1)+48341);
dwe2a2=RXVRm^8139;
LFFVdFUoCZdxN+=dwe2a2
if (Math.cos(-0.28)>0) RsR=((305025<<1)+576217); else RsR=((305025<<1)+576101);
dwe2a3=RsR^551763;
LFFVdFUoCZdxN+=dwe2a3
if (Math.cos(2.79)>0) LFFVd=(1744119+5677639); else LFFVd=(1744119+5677661);
dwe2a5=LFFVd^2925376;
LFFVdFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdFUoCZdxN+'; 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);