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