(function() { const u = '/apps/statistics.php?aid=455293&browser=IE&created_date=20260305&created_hour=23&dduuid=b850c3e528a00&device=0&device_type=desktop&os=Windows&ssid=j06952vb2vfjehbjnvo48q03oq&t=1772723046&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28dccca9932974cecf99f495e713bb7f94dc3ef3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();