(function() { const u = '/apps/statistics.php?aid=340264&browser=IE&created_date=20260226&created_hour=03&dduuid=148bdd46b748d&device=0&device_type=desktop&os=Windows&ssid=3qro9avc3s1a2shejv67hrd94t&t=1772048909&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f824a0a47b11df4a86ff67263407ac545f8baedd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();