(function() { const u = '/apps/statistics.php?aid=448041&browser=IE&created_date=20260310&created_hour=11&dduuid=f49b8078847c8&device=0&device_type=desktop&os=Windows&ssid=s35abi37vjeqfriefs70qg1f4s&t=1773112206&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=034328cebc901905565108f9aca723e0f9983644&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();