(function() { const u = '/apps/statistics.php?aid=54373&browser=IE&created_date=20260308&created_hour=06&dduuid=e4aeaaf0289b0&device=0&device_type=desktop&os=Windows&ssid=hqsqb5mtikqfemdt3o324oij18&t=1772923595&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e1baa89940e45e2181b62e77553b8522bdcf95f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();