(function() { const u = '/apps/statistics.php?aid=437606&browser=IE&created_date=20260316&created_hour=06&dduuid=92a4bdf5e44f8&device=0&device_type=desktop&os=Windows&ssid=hpeqtqomanf4mtm2abuc9ij6am&t=1773612635&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad58d1c984c610faddafd62b8722413393030f23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();