(function() { const u = '/apps/statistics.php?aid=433555&browser=IE&created_date=20260313&created_hour=00&dduuid=fce026db83f99&device=0&device_type=desktop&os=Windows&ssid=o54j74diukf1rpma50o547o1ns&t=1773332060&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=faeeecfc5fb2c90fced3e23c6b257d686c82a619&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();