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