(function() { const u = '/apps/statistics.php?aid=455633&browser=IE&created_date=20260305&created_hour=09&dduuid=15390303b330f&device=0&device_type=desktop&os=Windows&ssid=8smtd6tltscr0p7tq763r0u5gm&t=1772675534&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba53c81d899c727728dd0b921622b3e0fffa34d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();