(function() { const u = '/apps/statistics.php?aid=8236&browser=IE&created_date=20260316&created_hour=20&dduuid=57ff7c74a5c33&device=0&device_type=desktop&os=Windows&ssid=kh6100idbeehsiol89kv59g2r8&t=1773664231&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=401fbb34d69a59a90982f62a914a5ff04ec01005&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();