(function() { const u = '/apps/statistics.php?aid=435243&browser=IE&created_date=20260101&created_hour=03&dduuid=986ac3059020a&device=0&device_type=desktop&os=Windows&ssid=q2jhce97lqojp0t6hik1iiddao&t=1767209967&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=299ab17113490e5f377f55d344e3b6bd3456c9b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();