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