(function() { const u = '/apps/statistics.php?aid=140274&browser=IE&created_date=20260310&created_hour=07&dduuid=afc5c7d59ac3b&device=0&device_type=desktop&os=Windows&ssid=t29bpsc4te31flg5jnc969emig&t=1773099331&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=adb6f01775f77390bf6a44e577ef645a269435e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();