(function() { const u = '/apps/statistics.php?aid=97243&browser=IE&created_date=20260228&created_hour=04&dduuid=b7c1c2c942662&device=0&device_type=desktop&os=Windows&ssid=0i19cr6884tjd07dad8c4hu02m&t=1772222900&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aaf333fc05859469ac7ef2a057c3a969818db175&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();