(function() { const u = '/apps/statistics.php?aid=448576&browser=IE&created_date=20260124&created_hour=00&dduuid=bb11ad34c3dfc&device=0&device_type=desktop&os=Windows&ssid=e6rsj0oao8mnng0dos2h4prbnr&t=1769184466&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db802ea4007de7b4b0302e489d0d919423e38b34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();