(function() { const u = '/apps/statistics.php?aid=445736&browser=IE&created_date=20260124&created_hour=16&dduuid=5eb32b5b3c89c&device=0&device_type=desktop&os=Windows&ssid=qbm3qp4l5vl36dbtu0u4mblpmo&t=1769244736&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=faf0796f4f1385c5432854059f45c10a606afaf4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();