(function() { const u = '/apps/statistics.php?aid=446345&browser=IE&created_date=20260124&created_hour=08&dduuid=3a957d582bfef&device=0&device_type=desktop&os=Windows&ssid=f2phk7rr1j573q41g3hkgdsa6d&t=1769215017&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=850dccd573800cfb9cb2ec560c82b2dbd66ff435&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();