(function() { const u = '/apps/statistics.php?aid=456143&browser=IE&created_date=20260312&created_hour=05&dduuid=e1ff151879f46&device=0&device_type=desktop&os=Windows&ssid=87sgmlekb6ducfpqeg74326tp2&t=1773262854&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f2b5959d0600e03ed237187795cb5028773150d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();