(function() { const u = '/apps/statistics.php?aid=355145&browser=IE&created_date=20260311&created_hour=20&dduuid=5ee72ffb84e1a&device=0&device_type=desktop&os=Windows&ssid=b2osoqolh0vdcdci100d3rpetj&t=1773230656&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5626a9e44759baba6cdba67d6d63a79bbf73b2f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();