(function() { const u = '/apps/statistics.php?aid=454176&browser=IE&created_date=20260305&created_hour=07&dduuid=ad76146b6f7e9&device=0&device_type=desktop&os=Windows&ssid=vaf04llr7o19gh26fglvcgnojd&t=1772668527&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a62e3be84923afcbae96b4c40f626de4729bcea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();