(function() { const u = '/apps/statistics.php?aid=440673&browser=IE&created_date=20260226&created_hour=06&dduuid=9d6968d64215b&device=0&device_type=desktop&os=Windows&ssid=vp8u0mt5d91a6dbu71vflesff5&t=1772058098&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b88410b14cad7690a5424f487e3caaf8845f4211&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();