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