(function() { const u = '/apps/statistics.php?aid=404779&browser=IE&created_date=20260225&created_hour=14&dduuid=555a5d35fd458&device=0&device_type=desktop&os=Windows&ssid=9i3r6pjj96f3khjuro5ihdffdf&t=1772001348&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb316e297b1e3ef9c493654181738f46750f482b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();