(function() { const u = '/apps/statistics.php?aid=452499&browser=IE&created_date=20260312&created_hour=08&dduuid=f3e3c03b99879&device=0&device_type=desktop&os=Windows&ssid=ftc7dd2g0ic3tpvh2m4bfk1gse&t=1773275373&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4eff310263cd23c0c4642936b703151aa08ad917&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();