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