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