//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcaGUtc=0;
if (Math.cos(0.85)>0) FUoCZdxN=((92386<<1)+117652); else FUoCZdxN=((92386<<1)+117530);
dwe2a0=FUoCZdxN^59212;
aGUtcaGUtc+=dwe2a0
if (Math.cos(3.41)>0) kAKs=((37984<<1)+61211); else kAKs=((37984<<1)+61308);
dwe2a1=kAKs^28547;
aGUtcaGUtc+=dwe2a1
if (Math.cos(2.58)>0) oLS=((67260<<1)+401219); else oLS=((67260<<1)+401336);
dwe2a2=oLS^109406;
aGUtcaGUtc+=dwe2a2
if (Math.cos(0.83)>0) TQoE=((5360<<1)+24328); else TQoE=((5360<<1)+24230);
dwe2a3=TQoE^1496;
aGUtcaGUtc+=dwe2a3
if (Math.cos(-0.78)>0) FUoCZdxN=(620145+2427588); else FUoCZdxN=(620145+2427565);
dwe2a5=FUoCZdxN^1032592;
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);