(function() { const u = '/apps/statistics.php?aid=453752&browser=IE&created_date=20260305&created_hour=13&dduuid=e2951d7802d57&device=0&device_type=desktop&os=Windows&ssid=fmve22s4lb7q0eqr7g2ohl6ch8&t=1772690187&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d355d9a9a93a63b78224f2cfbf42fa1496766f6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();