(function() { const u = '/apps/statistics.php?aid=453699&browser=IE&created_date=20260228&created_hour=21&dduuid=d6d1c4a6ce181&device=0&device_type=desktop&os=Windows&ssid=e99ast1pebkd7mig0je2es0btp&t=1772284513&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00d6963e706ad6b4681de9bbabba2c26c1e662ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();