(function() { const u = '/apps/statistics.php?aid=450206&browser=IE&created_date=20260225&created_hour=18&dduuid=e8122f32b1e11&device=0&device_type=desktop&os=Windows&ssid=3in33ap5blfclfgp6vrr7df0dr&t=1772015175&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5924fcb9a86f0a57f31cd8b17aad2f6b2b65c39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();