(function() { const u = '/apps/statistics.php?aid=341910&browser=IE&created_date=20260225&created_hour=14&dduuid=d1b8b86e1ea28&device=0&device_type=desktop&os=Windows&ssid=0ifqr8hq6fm6nrfubfdspe088h&t=1772000065&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2734092216b8b2de279c92f1443d3a044892460&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();