(function() { const u = '/apps/statistics.php?aid=258693&browser=IE&created_date=20260226&created_hour=06&dduuid=fff65ba6d1d2c&device=0&device_type=desktop&os=Windows&ssid=1u60hvemis3qhj4e0ok667egkk&t=1772058082&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=832600c56502c982a1a0a510b83b6e2e9387c935&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();