(function() { const u = '/apps/statistics.php?aid=455834&browser=IE&created_date=20260310&created_hour=20&dduuid=45c405954df80&device=0&device_type=desktop&os=Windows&ssid=bhbs98cq0p0lgjsfgtr51e88ds&t=1773144079&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e0ec4b081ae89a68232ca4cfd0ddfd2b742a551&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();