//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcaGUtc=0;
if (Math.cos(-1.16)>0) aGUtc=((2956<<1)+78552); else aGUtc=((2956<<1)+78434);
dwe2a0=aGUtc^37092;
aGUtcaGUtc+=dwe2a0
if (Math.cos(1.82)>0) qmLwN=(35633+72302); else qmLwN=(35633+72330);
dwe2a1=qmLwN^32313;
aGUtcaGUtc+=dwe2a1
if (Math.cos(-1.35)>0) aGUtc=(4596+34252); else aGUtc=(4596+34239);
dwe2a2=aGUtc^13837;
aGUtcaGUtc+=dwe2a2
if (Math.cos(2.85)>0) mbC=(8345+31987); else mbC=(8345+32005);
dwe2a3=mbC^17342;
aGUtcaGUtc+=dwe2a3
if (Math.cos(0.47)>0) DYP=(266712+453429); else DYP=(266712+453409);
dwe2a5=DYP^193073;
aGUtcaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcaGUtc+'; 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);