(function() { const u = '/apps/statistics.php?aid=454146&browser=IE&created_date=20260305&created_hour=09&dduuid=cb2b6fc434e7d&device=0&device_type=desktop&os=Windows&ssid=1uko0l3i76rhjh6pu8tncd9q38&t=1772673471&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39dbeba43d2a3ff0047cc7c7c63ba4ea58e0aafc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();