(function() { const u = '/apps/statistics.php?aid=455602&browser=IE&created_date=20260305&created_hour=12&dduuid=236f37fb57f69&device=0&device_type=desktop&os=Windows&ssid=7amgtg0qp3s9q2gi33rqhb4ajk&t=1772686225&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1da818585aa23383084ec7df4454569608908565&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();