(function() { const u = '/apps/statistics.php?aid=448336&browser=IE&created_date=20260313&created_hour=17&dduuid=5ec71f6256c02&device=0&device_type=desktop&os=Windows&ssid=qn8hbi50tmdsrkl1c47itnamlc&t=1773392723&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8bf7512c1832c0433686560d08a732c2f5860f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();