(function() { const u = '/apps/statistics.php?aid=453807&browser=IE&created_date=20260227&created_hour=01&dduuid=fbe2a2f310ce7&device=0&device_type=desktop&os=Windows&ssid=jnkm6ljtqhea8n6llceqdset75&t=1772127520&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0374da72b54747549750c21b0ad172893c940531&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();