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