(function() { const u = '/apps/statistics.php?aid=449379&browser=IE&created_date=20260226&created_hour=08&dduuid=513ee0662a972&device=0&device_type=desktop&os=Windows&ssid=qu1ghflhhl70f4loi4tkit1e1r&t=1772065902&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5bb9fc3530d3319c37ca97d7608e48458b31f11c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();