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