(function() { const u = '/apps/statistics.php?aid=424635&browser=IE&created_date=20260127&created_hour=17&dduuid=67aba08909dcc&device=0&device_type=desktop&os=Windows&ssid=sr9qa7tmvebn03295uq8ksc2va&t=1769507509&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47769ca4bfae8f908df4a531e2e0c478847e0e59&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();