(function() { const u = '/apps/statistics.php?aid=348074&browser=IE&created_date=20260312&created_hour=15&dduuid=726d8977a76d5&device=0&device_type=desktop&os=Windows&ssid=qha2re1omg7i53th7qpg571qta&t=1773299505&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9dffc00db8feebe3f07966fd6fb2514b16ab0fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();