(function() { const u = '/apps/statistics.php?aid=448989&browser=IE&created_date=20260226&created_hour=02&dduuid=6d3415e46cd29&device=0&device_type=desktop&os=Windows&ssid=diun5d1rd2gui6n76hb0qneaen&t=1772042864&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ee0dc7b27af02281d413a45c57aac09bf246cde&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();