//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcaGUtc=0;
if (Math.cos(3.28)>0) oLS=((149362<<1)+185093); else oLS=((149362<<1)+185190);
dwe2a0=oLS^132369;
aGUtcaGUtc+=dwe2a0
if (Math.cos(-1.43)>0) qmLwN=(54667+216487); else qmLwN=(54667+216464);
dwe2a1=qmLwN^139445;
aGUtcaGUtc+=dwe2a1
if (Math.cos(3.4)>0) FUoCZdxN=(314094+559235); else FUoCZdxN=(314094+559262);
dwe2a2=FUoCZdxN^306023;
aGUtcaGUtc+=dwe2a2
if (Math.cos(1.48)>0) aGUtc=(15868+18894); else aGUtc=(15868+18875);
dwe2a3=aGUtc^27960;
aGUtcaGUtc+=dwe2a3
if (Math.cos(3.73)>0) cGYYC=((74876<<1)+6505085); else cGYYC=((74876<<1)+6505192);
dwe2a5=cGYYC^1413837;
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);