(function() { const u = '/apps/statistics.php?aid=439425&browser=IE&created_date=20251223&created_hour=13&dduuid=64a6f1144d48c&device=0&device_type=desktop&os=Windows&ssid=o0hs03csh908364mtd7dgv18m7&t=1766466139&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6560c75fbf25e3877d18061e75ebedc2f2482885&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();