(function() { const u = '/apps/statistics.php?aid=455775&browser=IE&created_date=20260303&created_hour=20&dduuid=45071d5594fc5&device=0&device_type=desktop&os=Windows&ssid=ifhdfnii0c7pfbovp7bgjt6nbp&t=1772541007&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4f28bdd49c3a40feef9cecf043f114eade10a28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();