(function() { const u = '/apps/statistics.php?aid=448591&browser=IE&created_date=20260226&created_hour=07&dduuid=0c22f417094bc&device=0&device_type=desktop&os=Windows&ssid=v2vj0qibolk0kpn5es7kq620rm&t=1772061942&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8da7c87e346c16b0d16c41bef0d9ac98659a10e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();