(function() { const u = '/apps/statistics.php?aid=449838&browser=IE&created_date=20260308&created_hour=00&dduuid=1ff2f175498b5&device=0&device_type=desktop&os=Windows&ssid=9aqnb8ob3kh22qn85gdsofq85g&t=1772902293&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63d83765a2ad6fa2bc5abc3b4d170263ba8fc51c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();