(function() { const u = '/apps/statistics.php?aid=442441&browser=IE&created_date=20260306&created_hour=04&dduuid=b7d121cfd6e3a&device=0&device_type=desktop&os=Windows&ssid=47er3tirsubqattmq3mepf6tjr&t=1772743744&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5678f71c9ac4954eb4c1b47439fc2e5cba0a2a20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();