(function() { const u = '/apps/statistics.php?aid=185717&browser=IE&created_date=20260115&created_hour=05&dduuid=7c664783fee21&device=0&device_type=desktop&os=Windows&ssid=uobru5d09ilo55r52tmodhogpd&t=1768425168&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae64ddf6d33df05f99591f861eee3bbd26bf8d41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();