(function() { const u = '/apps/statistics.php?aid=21338&browser=IE&created_date=20260118&created_hour=17&dduuid=f45753d5452f8&device=0&device_type=desktop&os=Windows&ssid=8d5c3o5kn482u9900nq6egeibf&t=1768729327&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=24d5f028b4b8ed745be3be7cb2d8981031332e17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();