(function() { const u = '/apps/statistics.php?aid=450518&browser=IE&created_date=20260312&created_hour=00&dduuid=42cfdc46cb883&device=0&device_type=desktop&os=Windows&ssid=e6m9l0i810ja3mcfn2986s0rpr&t=1773247000&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=567304de8c28fb3477d17c1a60192c82ecf7215b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();