(function() { const u = '/apps/statistics.php?aid=437038&browser=IE&created_date=20251229&created_hour=06&dduuid=d85ce1ef30685&device=0&device_type=desktop&os=Windows&ssid=avd59e626mdflje9mtq7ptb6go&t=1766960120&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4659aa45c5e31e20d13f6bf87a723fcc3341cb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();