(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=06&dduuid=8d8d1bb4205ee&device=0&device_type=desktop&os=Windows&ssid=r79ea6nmsdb5viika8isgcnkla&t=1760482097&typeid=0&url_type=1&value=&sign=62cc3bbe16499e48c6c50f81fb0040b07d0b31a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();