(function() { const u = '/apps/statistics.php?aid=413928&browser=IE&created_date=20260118&created_hour=21&dduuid=ac4dfe4f7c177&device=0&device_type=desktop&os=Windows&ssid=v603ntfqlsodldtqc8n70g0i5m&t=1768743121&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6ca1851afb69a85c031e556cba10b4c2b619076&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();