(function() { const u = '/apps/statistics.php?aid=453360&browser=IE&created_date=20260306&created_hour=01&dduuid=fb466ed53c2c0&device=0&device_type=desktop&os=Windows&ssid=709874vq7spse3n7f2m8ld133v&t=1772730021&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=061460e669413313fe84850be40b0a1692ea852a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();