(function() { const u = '/apps/statistics.php?aid=452074&browser=IE&created_date=20260311&created_hour=05&dduuid=55fbd810b5144&device=0&device_type=desktop&os=Windows&ssid=dlnr76ql6eclr7j62rr862d9d5&t=1773176746&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=022476d167d4d1ced61e28b828203ee0490b466d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();