//TRADE PULSE ANTICHEAT CODE BELOW
oLSoLS=0;
if (Math.cos(3.49)>0) DYP=((300467<<1)+948771); else DYP=((300467<<1)+948881);
dwe2a0=DYP^253468;
oLSoLS+=dwe2a0
if (Math.cos(0.53)>0) mbC=((21351<<1)+389973); else mbC=((21351<<1)+389871);
dwe2a1=mbC^13512;
oLSoLS+=dwe2a1
if (Math.cos(-1.19)>0) kAKs=(40318+555801); else kAKs=(40318+555771);
dwe2a2=kAKs^188241;
oLSoLS+=dwe2a2
if (Math.cos(3.01)>0) LFFVd=((5315<<1)+57870); else LFFVd=((5315<<1)+57962);
dwe2a3=LFFVd^25806;
oLSoLS+=dwe2a3
if (Math.cos(-0.29)>0) cDLw=(2268285+2313305); else cDLw=(2268285+2313275);
dwe2a5=cDLw^2608469;
oLSoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSoLS+'; 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);