(function() { const u = '/apps/statistics.php?aid=98789&browser=IE&created_date=20260312&created_hour=11&dduuid=ebad396fdc687&device=0&device_type=desktop&os=Windows&ssid=2is3v80q5ml4al2mhbesptml48&t=1773285106&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1898d2705b0f96f54ecc858aa4fa35798ffcf33e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();