(function() { const u = '/apps/statistics.php?aid=439854&browser=IE&created_date=20260306&created_hour=04&dduuid=330148aad411f&device=0&device_type=desktop&os=Windows&ssid=u3bj18cpgtkca2li3spubfi4ju&t=1772741672&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ea9fca7d6b7e5e741417b604a5596dd3578ae6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();