(function() { const u = '/apps/statistics.php?aid=455406&browser=IE&created_date=20260303&created_hour=21&dduuid=7c4794e59c0a1&device=0&device_type=desktop&os=Windows&ssid=nn52ivgkl4cu0389ufjo7lp7ei&t=1772544701&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1787f8387391fc9015a19ea03db29d2f772fda6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();