(function() { const u = '/apps/statistics.php?aid=451701&browser=IE&created_date=20260306&created_hour=14&dduuid=2ca6381ac9d3f&device=0&device_type=desktop&os=Windows&ssid=qof30dh5ap5ubntbdoj0ea9rov&t=1772779003&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc6ea9244142b09782e5c4af7bab7b7a5d4ae350&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();