(function() { const u = '/apps/statistics.php?aid=446747&browser=IE&created_date=20260307&created_hour=23&dduuid=0f83789100491&device=0&device_type=desktop&os=Windows&ssid=6tt4ptj1kkl6ordnuhrha6en4g&t=1772895883&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9205b699c32f7cc2f89f723ad6b2de95e4e2156&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();