(function() { const u = '/apps/statistics.php?aid=455695&browser=IE&created_date=20260303&created_hour=12&dduuid=f1c2ef8fc9c78&device=0&device_type=desktop&os=Windows&ssid=7fqo43071t596cbafhofo3vti9&t=1772512868&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=874dbb2497eac89b1d7bed1450da2c7d51806e15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();