(function() { const u = '/apps/statistics.php?aid=428571&browser=IE&created_date=20260308&created_hour=14&dduuid=dd520be46eb87&device=0&device_type=desktop&os=Windows&ssid=2cs46dn4cvv2167dd0cq4vki3k&t=1772951119&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=523095f1d984388e59f4e33c03e34b38bd8e11c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();