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