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