(function() { const u = '/apps/statistics.php?aid=444779&browser=IE&created_date=20251220&created_hour=14&dduuid=e58d3612d1041&device=0&device_type=desktop&os=Windows&ssid=7ome4i7gppst9bgjeqbhs4b938&t=1766213135&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c1b5afe205fe2fd268a1e319fe4389f7f002315&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();