(function() { const u = '/apps/statistics.php?aid=8241&browser=IE&created_date=20260316&created_hour=16&dduuid=f94ad76efd8ea&device=0&device_type=desktop&os=Windows&ssid=kppe091044apdt21fmhqmo4lv5&t=1773648504&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dcf803078d4f8e4f8bc3d821e3d8db0699972011&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();