(function() { const u = '/apps/statistics.php?aid=324430&browser=IE&created_date=20260225&created_hour=20&dduuid=e8eb9128f1ccf&device=0&device_type=desktop&os=Windows&ssid=0bc6cc0mogetuu0gcbd5acs1sm&t=1772022985&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ca066da4ca0b42c37b04c0cfa561ea9613a53c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();