(function() { const u = '/apps/statistics.php?aid=411302&browser=IE&created_date=20260225&created_hour=01&dduuid=edfd352689f00&device=0&device_type=desktop&os=Windows&ssid=ju1eglqqncu5eou3intoo1e56m&t=1771955909&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ba24b698cd4139193d11c3a6408252864f822d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();