(function() { const u = '/apps/statistics.php?aid=449218&browser=IE&created_date=20260123&created_hour=21&dduuid=25060377038d3&device=0&device_type=desktop&os=Windows&ssid=pd21baqu4m0bgmfdeh9s226v61&t=1769173331&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89cef20966672973ad6baf54d0d742daddc301a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();