(function() { const u = '/apps/statistics.php?aid=87602&browser=IE&created_date=20260223&created_hour=22&dduuid=e7673af7fcc82&device=0&device_type=desktop&os=Windows&ssid=77tk9va8pvbluukg3o0o65193u&t=1771856570&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=165e412bf1a102b25b84e1f155d5d743394e5adc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();