(function() { const u = '/apps/statistics.php?aid=455748&browser=IE&created_date=20260310&created_hour=15&dduuid=8267e187ab551&device=0&device_type=desktop&os=Windows&ssid=a0lf02g183e3guui0s2d89na78&t=1773128634&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8cf78abc2bba5ce807536a2b9cffc4455b8f55f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();