(function() { const u = '/apps/statistics.php?aid=454071&browser=IE&created_date=20260305&created_hour=10&dduuid=7c78b70f9bb22&device=0&device_type=desktop&os=Windows&ssid=7egdo93nu0qs5goo5ktlpht1ca&t=1772678413&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5721470e43cbc739290962557b652e6b0e98da91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();