(function() { const u = '/apps/statistics.php?aid=357085&browser=IE&created_date=20260312&created_hour=12&dduuid=4ab59d0a7c40b&device=0&device_type=desktop&os=Windows&ssid=lg3ps4eccifdtk8pcfo8p4h8bi&t=1773289407&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6b5a62953f845d11f78274544213c29b9c5bee0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();