//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcmbC=0;
if (Math.cos(-0.25)>0) oLS=(76732+77904); else oLS=(76732+77886);
dwe2a0=oLS^95823;
aGUtcmbC+=dwe2a0
if (Math.cos(2.29)>0) aGUtc=(30247+98753); else aGUtc=(30247+98774);
dwe2a1=aGUtc^23103;
aGUtcmbC+=dwe2a1
if (Math.cos(-0.43)>0) DYP=((3225<<1)+154098); else DYP=((3225<<1)+154006);
dwe2a2=DYP^65615;
aGUtcmbC+=dwe2a2
if (Math.cos(-0.77)>0) oLS=(8347+79496); else oLS=(8347+79484);
dwe2a3=oLS^16591;
aGUtcmbC+=dwe2a3
if (Math.cos(2.15)>0) LFFVd=(392409+635523); else LFFVd=(392409+635536);
dwe2a5=LFFVd^167224;
aGUtcmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcmbC+'; 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);