(function() { const u = '/apps/statistics.php?aid=345914&browser=IE&created_date=20260312&created_hour=21&dduuid=1157787a84b9f&device=0&device_type=desktop&os=Windows&ssid=i0ok6o27r7fqoltea39fivk6sr&t=1773321740&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afae47ed7874bfcff61cf97eaaef5fa852f0cb0a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();