(function() { const u = '/apps/statistics.php?aid=276281&browser=IE&created_date=20260308&created_hour=04&dduuid=99f018d159013&device=0&device_type=desktop&os=Windows&ssid=olbc1ui0q9efjnijov9ecuuakc&t=1772914217&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7544bbee9026fef189ebeebff66e55dd5e00451&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();