(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=4c761e3ce7258&device=0&device_type=desktop&os=Windows&ssid=sdt7lgfo7o0hrlb3qu6pi9qu77&t=1757898657&typeid=0&url_type=2&value=&sign=56f2b966191e3c8963ea6a8c64fb65fb786de579&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();