(function() { const u = '/apps/statistics.php?aid=455164&browser=IE&created_date=20260223&created_hour=20&dduuid=80cb6ec174033&device=0&device_type=desktop&os=Windows&ssid=8d0k1ev1bb8ad5eehg54dnvb4i&t=1771851499&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1542962ddda36977a4c4c5f6d94d210bfd718fc8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();