(function() { const u = '/apps/statistics.php?aid=451336&browser=IE&created_date=20260312&created_hour=19&dduuid=09e4b12aa6d8d&device=0&device_type=desktop&os=Windows&ssid=20qlpdhsqcvp32i497g7jgcbev&t=1773315939&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f85abdb8fc00d4ef5d8c5bc37eeb7939aeb0a84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();