(function() { const u = '/apps/statistics.php?aid=442228&browser=IE&created_date=20260311&created_hour=06&dduuid=40dd29a70303f&device=0&device_type=desktop&os=Windows&ssid=q8gh6n3egl9m0a7r8q0k1rhnau&t=1773181134&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b49d7b0d78aea74acd6af6ec7cd838ae1d5d0c4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();