(function() { const u = '/apps/statistics.php?aid=445455&browser=IE&created_date=20260312&created_hour=05&dduuid=9b35752738c74&device=0&device_type=desktop&os=Windows&ssid=50ta918otj7hk4hgqu9qfct3er&t=1773265857&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22425ebbe14f776e66dca8d529dddeae753fe488&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();