(function() { const u = '/apps/statistics.php?aid=423706&browser=IE&created_date=20260223&created_hour=17&dduuid=88fdff5d2f56d&device=0&device_type=desktop&os=Windows&ssid=nt3oon6iqv9hhqukvj75bsdf8p&t=1771840725&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6141bc869dd3e64d91d58594b32f7b72197cdd5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();