(function() { const u = '/apps/statistics.php?aid=454355&browser=IE&created_date=20260308&created_hour=02&dduuid=a9c7e3158a0c3&device=0&device_type=desktop&os=Windows&ssid=okl4mla0v62chouurgdcv6rqr1&t=1772908867&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d3a7c55230de3135ea29264e0c24520c29457d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();