(function() { const u = '/apps/statistics.php?aid=98668&browser=IE&created_date=20260113&created_hour=22&dduuid=1b686ddfe50f1&device=0&device_type=desktop&os=Windows&ssid=p9l2caoi3e7bd92br7gl4p3n11&t=1768315389&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a08eb6c238cd0b40ecae19bd1250ed37aefd730&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();