(function() { const u = '/apps/statistics.php?aid=455928&browser=IE&created_date=20260304&created_hour=09&dduuid=2d2dd32466dcb&device=0&device_type=desktop&os=Windows&ssid=ph0h9mpnfhbjs5vn1oavprs0ns&t=1772588802&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08e71c50b3fd46d5c13601a463aea590eabd0e34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();