(function() { const u = '/apps/statistics.php?aid=455866&browser=IE&created_date=20260311&created_hour=03&dduuid=a84b46be32a0a&device=0&device_type=desktop&os=Windows&ssid=4e6rir05mk8lmk21a0h183ddc1&t=1773171106&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b45c1d3105da44356f86a31f46437b3e3b52190c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();