(function() { const u = '/apps/statistics.php?aid=452912&browser=IE&created_date=20260311&created_hour=12&dduuid=477d06f3f8314&device=0&device_type=desktop&os=Windows&ssid=hl5lv6rvk5pdcemdose1pj60u7&t=1773204546&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6ceb41560f87dd5b609d041c1f88f2467f9e729&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();