(function() { const u = '/apps/statistics.php?aid=450256&browser=IE&created_date=20260307&created_hour=23&dduuid=65cc252c9b718&device=0&device_type=desktop&os=Windows&ssid=bgi30s4mf2s6v2nuv64t36h3a8&t=1772898769&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d5f959b54834d5f1fef50fd1f94d256266c00cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();