(function() { const u = '/apps/statistics.php?aid=399015&browser=IE&created_date=20260308&created_hour=10&dduuid=bf4e1b0556e53&device=0&device_type=desktop&os=Windows&ssid=bkveacirvrvb3eafmcb4bm2fkh&t=1772937722&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=deb1c1e356ff02898df2fcd911a58701db5d091d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();