(function() { const u = '/apps/statistics.php?aid=455923&browser=IE&created_date=20260310&created_hour=22&dduuid=e699c33c2c8ea&device=0&device_type=desktop&os=Windows&ssid=3r3dq545s8mgq7tfjm7m4evmvm&t=1773154637&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1130aa393de862ed6746b63c186542f5133f0150&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();