(function() { const u = '/apps/statistics.php?aid=347460&browser=IE&created_date=20260102&created_hour=04&dduuid=b2236fd86cba9&device=0&device_type=desktop&os=Windows&ssid=i59u8kmr346muu135mo39ou4kl&t=1767298220&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f03c4acc54400693be6b817cb80e1d5d3f0a743&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();