(function() { const u = '/apps/statistics.php?aid=15410&browser=IE&created_date=20260311&created_hour=17&dduuid=4cb99594715ee&device=0&device_type=desktop&os=Windows&ssid=4d86u0th9j81r59qcknvio683n&t=1773219754&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f91aa38821cb2716f5c6dbaad3a308779645d27c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();