(function() { const u = '/apps/statistics.php?aid=17440&browser=IE&created_date=20260224&created_hour=06&dduuid=817108b795f5e&device=0&device_type=desktop&os=Windows&ssid=v7lt9j2i8h5amu2s8dsa1i2ves&t=1771885695&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=735276a11a0787c20dfa66127b2854fd90ba0796&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();