(function() { const u = '/apps/statistics.php?aid=11665&browser=IE&created_date=20260311&created_hour=03&dduuid=bb54ba54fc793&device=0&device_type=desktop&os=Windows&ssid=tp8o50hvl6qv2f62aejeouc6sr&t=1773171920&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edf671ba19f1053378aa715a6ce5c7c70c99316f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();