(function() { const u = '/apps/statistics.php?aid=208321&browser=IE&created_date=20260101&created_hour=10&dduuid=b934f0af6854f&device=0&device_type=desktop&os=Windows&ssid=b5fqifvvnhn34j8a15m4aeh5d8&t=1767235521&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03275665d9345aae83626c681155335561cebd12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();