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