(function() { const u = '/apps/statistics.php?aid=35954&browser=IE&created_date=20260227&created_hour=17&dduuid=540fbaec7ffe4&device=0&device_type=desktop&os=Windows&ssid=c5uvf4ik1ubcnfhd9damj6m2g0&t=1772183904&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1197d12419fcb2a78d2c3ff24280ea764519904b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();