(function() { const u = '/apps/statistics.php?aid=360180&browser=IE&created_date=20260310&created_hour=23&dduuid=d927958026f2d&device=0&device_type=desktop&os=Windows&ssid=cndn3fjahjdugi4l50pam5eund&t=1773157703&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b031d7a7f4e5e9f371abf3e2b696edac54d57362&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();