(function() { const u = '/apps/statistics.php?aid=455488&browser=IE&created_date=20260303&created_hour=12&dduuid=fc32bd8b76ece&device=0&device_type=desktop&os=Windows&ssid=h3vjqqja9622ja1k7pqm3t46fe&t=1772513114&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5753597d03b2bb5a7dc429fcb633f0656275cb1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();