(function() { const u = '/apps/statistics.php?aid=448465&browser=IE&created_date=20260122&created_hour=09&dduuid=a36af74f26d6a&device=0&device_type=desktop&os=Windows&ssid=51mbjukuo2vtg22m9ghdg8gr2q&t=1769044002&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3063db296c1ae61856b051cd0d346e3d8f9ba036&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();