(function() { const u = '/apps/statistics.php?aid=446872&browser=IE&created_date=20260226&created_hour=12&dduuid=384dd2fbe10ea&device=0&device_type=desktop&os=Windows&ssid=uu6bpm9l4r641vvshcaa8sp2vu&t=1772081539&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12dfee37c79b443672142d7523256172dcd447bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();