(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=05&dduuid=b86ed76bc8528&device=0&device_type=desktop&os=Windows&ssid=hdsmip9p9bedmu1unkq2nebegl&t=1757885793&typeid=0&url_type=2&value=&sign=b4789e30d2bf9b18473513271d54785c2ebe6cfe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();