(function() { const u = '/apps/statistics.php?aid=424428&browser=IE&created_date=20260128&created_hour=09&dduuid=af93bfdab4780&device=0&device_type=desktop&os=Windows&ssid=oc3m441mfjitfflpg572p2s365&t=1769563608&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a291fc651630524311e315e75232be9d1754c5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();