(function() { const u = '/apps/statistics.php?aid=452131&browser=IE&created_date=20260306&created_hour=03&dduuid=48761c6a7ea91&device=0&device_type=desktop&os=Windows&ssid=j9sjm6iq1ff83c8dr8h3v4f0tg&t=1772737846&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e48d5f7b2122ed96c29b50d336f351b283474655&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();