(function() { const u = '/apps/statistics.php?aid=414387&browser=IE&created_date=20260227&created_hour=08&dduuid=7c1e9ade7c868&device=0&device_type=desktop&os=Windows&ssid=tv9h49od887la5c61qq8p013p6&t=1772151376&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7adf7df477188539495f2efe07b38a9156d853bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();