(function() { const u = '/apps/statistics.php?aid=451303&browser=IE&created_date=20260125&created_hour=10&dduuid=63f0e4c04561c&device=0&device_type=desktop&os=Windows&ssid=vbnglqmkrilldnvq4fdbpj7tv9&t=1769308958&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4e849e1fede38880fc81744ebfe443b6dcdd85c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();