(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=10&dduuid=0808e86d8129b&device=0&device_type=desktop&os=Windows&ssid=d1n36e3hjl1a2mmsnltlr927ku&t=1757990006&typeid=0&url_type=2&value=&sign=471339e043c61a790a8a57ffdfbd1b15957055ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();