(function() { const u = '/apps/statistics.php?aid=209985&browser=IE&created_date=20260227&created_hour=14&dduuid=59cd4c2bc53ac&device=0&device_type=desktop&os=Windows&ssid=3q9t0r2s3216g3g2pnfbg1b3g7&t=1772174606&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcf10b317a57e79e7c32093c142d3275dfa100a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();