(function() { const u = '/apps/statistics.php?aid=447386&browser=IE&created_date=20260124&created_hour=06&dduuid=e62297a56ee66&device=0&device_type=desktop&os=Windows&ssid=8g3s3paat9neusrc3pa3n6ma6k&t=1769209158&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d222227ee112544240afc2e15f0651479ab245db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();