(function() { const u = '/apps/statistics.php?aid=452754&browser=IE&created_date=20260311&created_hour=15&dduuid=314c457715a86&device=0&device_type=desktop&os=Windows&ssid=mn990nd3pbe4pskg8v3atgct93&t=1773213822&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efd619eb2663dc3f804c021540c9ff0208cf965e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();