(function() { const u = '/apps/statistics.php?aid=213688&browser=IE&created_date=20260304&created_hour=17&dduuid=f175ceb756ce7&device=0&device_type=desktop&os=Windows&ssid=csq8cd767gh8vn5rll8n68o3kl&t=1772614868&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3a94dbeb6455c18feda5ae0c68f662337a2e2d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();