(function() { const u = '/apps/statistics.php?aid=107015&browser=IE&created_date=20260303&created_hour=12&dduuid=7e4ac24db1d28&device=0&device_type=desktop&os=Windows&ssid=hnuj3nvokpg3mg5g74vekm3f88&t=1772512904&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32d31a993cf2ac666899bf0429eb8a4f7d400f8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();