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