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