(function() { const u = '/apps/statistics.php?aid=363099&browser=IE&created_date=20260225&created_hour=05&dduuid=7aa00c3738824&device=0&device_type=desktop&os=Windows&ssid=livqe8ag0ur5q0ub8r6jlfcof2&t=1771967267&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4985c014e34ab635f816401721fadd7cac966d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();