(function() { const u = '/apps/statistics.php?aid=406203&browser=IE&created_date=20260123&created_hour=22&dduuid=a84b0bc7978dd&device=0&device_type=desktop&os=Windows&ssid=qtoit9htsniqvi2e1s8c6r9i6i&t=1769177274&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=566df8857d5a865629eb8f49fe4eb369a7e7e138&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();