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