(function() { const u = '/apps/statistics.php?aid=453818&browser=IE&created_date=20260311&created_hour=12&dduuid=c1d31453b68e2&device=0&device_type=desktop&os=Windows&ssid=o660e3gc5ij614em1hin7l79ae&t=1773202211&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fdb801d95db9f201c267b7c51d975460b2ca9f4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();