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