(function() { const u = '/apps/statistics.php?aid=454344&browser=IE&created_date=20260224&created_hour=02&dduuid=54babd7fef8a8&device=0&device_type=desktop&os=Windows&ssid=2n5e84i3e06b8go5a1r48eif8d&t=1771871831&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e1dc04fd83ab38b2c711756bc2523e2a72e236e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();