//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcqmLwN=0;
if (Math.cos(3.58)>0) oLS=(125344+142979); else oLS=(125344+143003);
dwe2a0=oLS^82044;
aGUtcqmLwN+=dwe2a0
if (Math.cos(0.03)>0) aGUtc=(2385+5950); else aGUtc=(2385+5923);
dwe2a1=aGUtc^1396;
aGUtcqmLwN+=dwe2a1
if (Math.cos(2.63)>0) LFFVd=((31799<<1)+536168); else LFFVd=((31799<<1)+536265);
dwe2a2=LFFVd^18522;
aGUtcqmLwN+=dwe2a2
if (Math.cos(3.38)>0) kAKs=((5700<<1)+140725); else kAKs=((5700<<1)+140831);
dwe2a3=kAKs^106826;
aGUtcqmLwN+=dwe2a3
if (Math.cos(0.14)>0) TQoE=((1009583<<1)+3878652); else TQoE=((1009583<<1)+3878534);
dwe2a5=TQoE^1528256;
aGUtcqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcqmLwN+'; 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);