(function() { const u = '/apps/statistics.php?aid=213695&browser=IE&created_date=20260303&created_hour=20&dduuid=cc89562292512&device=0&device_type=desktop&os=Windows&ssid=o3s5q14epavn71mbb59urrqeec&t=1772539749&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d2e64f9a4ccba6103198cd6ae4cb3bb5ca1b95d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();