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