(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251106&created_hour=14&dduuid=6fc70f52c49bc&device=0&device_type=desktop&os=Windows&ssid=0h7n5nd26366gabmls0tmj0hhc&t=1762409332&typeid=0&url_type=2&value=&sign=681408cd89aa1f0fc00d0dd0f1067488c220a3c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();