(function() { const u = '/apps/statistics.php?aid=455351&browser=IE&created_date=20260304&created_hour=16&dduuid=e9118bf1625f7&device=0&device_type=desktop&os=Windows&ssid=1pr18k1c8b6q0hjm6g0k5i7g90&t=1772614756&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3245725359092f4c0d7ffe19063145083f56aebf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();