(function() { const u = '/apps/statistics.php?aid=207286&browser=IE&created_date=20260114&created_hour=15&dduuid=86be77f1e1592&device=0&device_type=desktop&os=Windows&ssid=41uuh3jfmdopc0d7lija81edpc&t=1768377408&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9289c286dbe815c08fc6fefb9be925b2148141d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();