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