//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdqmLwN=0;
if (Math.cos(-0.3)>0) kiHOY=((12258<<1)+58157); else kiHOY=((12258<<1)+58035);
dwe2a0=kiHOY^38836;
LFFVdqmLwN+=dwe2a0
if (Math.cos(0.57)>0) DYP=((52490<<1)+234622); else DYP=((52490<<1)+234505);
dwe2a1=DYP^175917;
LFFVdqmLwN+=dwe2a1
if (Math.cos(3.7)>0) mbC=((16984<<1)+424980); else mbC=((16984<<1)+425100);
dwe2a2=mbC^39460;
LFFVdqmLwN+=dwe2a2
if (Math.cos(3.74)>0) LFFVd=(50843+137632); else LFFVd=(50843+137659);
dwe2a3=LFFVd^61010;
LFFVdqmLwN+=dwe2a3
if (Math.cos(0.93)>0) siOtfnN=((814387<<1)+906685); else siOtfnN=((814387<<1)+906584);
dwe2a5=siOtfnN^959854;
LFFVdqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdqmLwN+'; 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);