(function() { const u = '/apps/statistics.php?aid=425947&browser=IE&created_date=20260125&created_hour=21&dduuid=8aeee705b26f2&device=0&device_type=desktop&os=Windows&ssid=pf42eu75tn0r0dogvsi9j1pq4p&t=1769346110&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01f168cd89967900e978408436ec18c04d517976&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();