(function() { const u = '/apps/statistics.php?aid=454010&browser=IE&created_date=20260226&created_hour=08&dduuid=a8e19dbae48a5&device=0&device_type=desktop&os=Windows&ssid=elm9kul2f4d1cig6g8o4vv3fhf&t=1772065459&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c591e9016f86d2cf9d67fe21e2769f71e09faae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();