(function() { const u = '/apps/statistics.php?aid=207675&browser=IE&created_date=20260109&created_hour=13&dduuid=3a7e134ace3dd&device=0&device_type=desktop&os=Windows&ssid=d7acbgrt2if3rq0oq6p5i86842&t=1767936781&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e4ca5916e3f9110592a993e642647923a33d6bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();