(function() { const u = '/apps/statistics.php?aid=453143&browser=IE&created_date=20260310&created_hour=09&dduuid=8a3d84d54a162&device=0&device_type=desktop&os=Windows&ssid=5i390d2ke50376atf0p8cpi31m&t=1773104640&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c55d7b2cabf6c64c80f2ce357bc7546a7022441&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();