(function() { const u = '/apps/statistics.php?aid=454727&browser=IE&created_date=20260225&created_hour=04&dduuid=f6dd9d8faec07&device=0&device_type=desktop&os=Windows&ssid=hi1ik9v1s39vu2so8t0s2h8o70&t=1771966035&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75613ee3a078f18c4c98ffa0d3fae7db994a862a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();