(function() { const u = '/apps/statistics.php?aid=460478&browser=IE&created_date=20260312&created_hour=19&dduuid=adf83ac972ddc&device=0&device_type=desktop&os=Windows&ssid=nb0of27t4qqhkp1dsil9gi2j83&t=1773316677&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54fdf36f3062def1fba785b6890958e3f87d7d3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();