(function() { const u = '/apps/statistics.php?aid=452751&browser=IE&created_date=20260224&created_hour=18&dduuid=16729ae4f6fa3&device=0&device_type=desktop&os=Windows&ssid=nrid01s6e895g2vc6utfls43jd&t=1771929800&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e85df06effff8a97f06f0d15f13e4ee7c10c2724&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();