//TRADE PULSE ANTICHEAT CODE BELOW
DYPoLS=0;
if (Math.cos(2.79)>0) lethjVs=(174044+332762); else lethjVs=(174044+332779);
dwe2a0=lethjVs^18953;
DYPoLS+=dwe2a0
if (Math.cos(1.5)>0) mbC=((617<<1)+213576); else mbC=((617<<1)+213485);
dwe2a1=mbC^71215;
DYPoLS+=dwe2a1
if (Math.cos(-1.52)>0) cGYYC=((1857<<1)+907731); else cGYYC=((1857<<1)+907611);
dwe2a2=cGYYC^227385;
DYPoLS+=dwe2a2
if (Math.cos(0.67)>0) aGUtc=(64585+308083); else aGUtc=(64585+308070);
dwe2a3=aGUtc^72634;
DYPoLS+=dwe2a3
if (Math.cos(4.36)>0) Pyz=(606155+1609598); else Pyz=(606155+1609618);
dwe2a5=Pyz^885761;
DYPoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPoLS+'; 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);