(function() { const u = '/apps/statistics.php?aid=412208&browser=IE&created_date=20260223&created_hour=20&dduuid=ba15b4ee8a7d4&device=0&device_type=desktop&os=Windows&ssid=17casjql7l3e4pggicft1aov0t&t=1771851010&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d71eda0224553cf6b20a9eb0d13ac358cbfc54e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();