(function() { const u = '/apps/statistics.php?aid=266018&browser=IE&created_date=20260226&created_hour=23&dduuid=0af7a8c2edb45&device=0&device_type=desktop&os=Windows&ssid=3q0baovn2enas0c7bubfblrout&t=1772119386&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35e2f74e2606c0d4114702efc3824ba2f4010565&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();