(function() { const u = '/apps/statistics.php?aid=249910&browser=IE&created_date=20251222&created_hour=15&dduuid=c8ee67cdf5edc&device=0&device_type=desktop&os=Windows&ssid=02nmsgsioqt9j75npvebouo4k1&t=1766389008&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d666e51cf682c0b5efc04f641dd7fa9224308c92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();