(function() { const u = '/apps/statistics.php?aid=411661&browser=IE&created_date=20260303&created_hour=12&dduuid=7a6193c396992&device=0&device_type=desktop&os=Windows&ssid=a7vn7otr3sti88t4vtpj42js99&t=1772513358&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22487f9039f90b6371279ca22035e58ff7c45b5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();