(function() { const u = '/apps/statistics.php?aid=454194&browser=IE&created_date=20260223&created_hour=19&dduuid=959a53805f059&device=0&device_type=desktop&os=Windows&ssid=gk1mj2egnov8ra5f3cmiodt1me&t=1771846483&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04276daf9d94e87c754df251b467cfc23303d284&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();