//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(3.22)>0) Pyz=((210566<<1)+484921); else Pyz=((210566<<1)+485020);
dwe2a0=Pyz^266750;
oLSaGUtc+=dwe2a0
if (Math.cos(-1.07)>0) LFFVd=(115976+509611); else LFFVd=(115976+509581);
dwe2a1=LFFVd^80499;
oLSaGUtc+=dwe2a1
if (Math.cos(1.97)>0) aGUtc=(2073+95797); else aGUtc=(2073+95816);
dwe2a2=aGUtc^36854;
oLSaGUtc+=dwe2a2
if (Math.cos(-1.14)>0) kAKs=(133440+427361); else kAKs=(133440+427331);
dwe2a3=kAKs^186191;
oLSaGUtc+=dwe2a3
if (Math.cos(1.94)>0) siOtfnN=((623632<<1)+988413); else siOtfnN=((623632<<1)+988510);
dwe2a5=siOtfnN^1513328;
oLSaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSaGUtc+'; 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);