(function() { const u = '/apps/statistics.php?aid=416085&browser=IE&created_date=20260124&created_hour=21&dduuid=a7b29dc036c65&device=0&device_type=desktop&os=Windows&ssid=qg2fn0rf068g3l2oc13u399h0j&t=1769263057&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0e6275ab93222bbf628a206ef58caa8c4ecfec2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();