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