(function() { const u = '/apps/statistics.php?aid=456144&browser=IE&created_date=20260310&created_hour=06&dduuid=2dc1cb38f5057&device=0&device_type=desktop&os=Windows&ssid=d2j00mqh17qdn79q7caf0n3jg4&t=1773094516&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a899893c6301ad5b9af24c08ba499eca954af2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();