(function() { const u = '/apps/statistics.php?aid=404912&browser=IE&created_date=20260227&created_hour=15&dduuid=774964ea1b6fd&device=0&device_type=desktop&os=Windows&ssid=4dj4sv55th549l48c9ks8alh20&t=1772177351&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=576797724895329e868bb495562523ef8314d852&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();