(function() { const u = '/apps/statistics.php?aid=16943&browser=IE&created_date=20260224&created_hour=19&dduuid=4cee32b7549c6&device=0&device_type=desktop&os=Windows&ssid=9uh8a4h07p0d9s003r0j87de67&t=1771930987&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=322dae56e3e4b002c872ea8b7cc62d9bad27a514&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();