(function() { const u = '/apps/statistics.php?aid=397334&browser=IE&created_date=20260130&created_hour=16&dduuid=6d53f1047fb21&device=0&device_type=desktop&os=Windows&ssid=0qq29gmg1nfohob0up6peac614&t=1769760313&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d76b3abbe36a73fa4d3702d0faa7ea0f03e0084&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();