(function() { const u = '/apps/statistics.php?aid=405&browser=IE&created_date=20260227&created_hour=11&dduuid=eded3ce0175db&device=0&device_type=desktop&os=Windows&ssid=4hntj3tdjlb4jq6d18l7q52lih&t=1772163133&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04e1efd738ca4ea9c675a38d432cf394b41a4f56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();