(function() { const u = '/apps/statistics.php?aid=402566&browser=IE&created_date=20260126&created_hour=11&dduuid=35ab604a6a2eb&device=0&device_type=desktop&os=Windows&ssid=vqugtq394p25437n4h7f04bbo6&t=1769397589&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=794b5b5f1c3a98a12392359421add2f4a24bb1fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();