(function() { const u = '/apps/statistics.php?aid=404598&browser=IE&created_date=20260125&created_hour=01&dduuid=30987d04a84dd&device=0&device_type=desktop&os=Windows&ssid=grpjqh0d128a86aj835ltrnfvb&t=1769276540&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc58e11a8b4002fcf741d0c6f8fa75049e8eed2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();