(function() { const u = '/apps/statistics.php?aid=425822&browser=IE&created_date=20260310&created_hour=09&dduuid=444f0fa42cdbe&device=0&device_type=desktop&os=Windows&ssid=mb6d432d2007mejrhf6rfln3ga&t=1773104862&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff52477eaa1c12bed45cf5e86cd6c13a16b796b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();