(function() { const u = '/apps/statistics.php?aid=455428&browser=IE&created_date=20260225&created_hour=03&dduuid=80a93f8fa0d67&device=0&device_type=desktop&os=Windows&ssid=ntfjhksal62h5tfedcv2hjbssd&t=1771961358&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=657519dd9fa06b7920b1de73ab278fef0cba0f04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();