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