(function() { const u = '/apps/statistics.php?aid=14809&browser=IE&created_date=20260224&created_hour=19&dduuid=64b0db8640a4e&device=0&device_type=desktop&os=Windows&ssid=5von947b46s6dbtiv485qh7h8k&t=1771931307&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8d373db1294b4a3460a9569827f1a22cea36736&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();