(function() { const u = '/apps/statistics.php?aid=442165&browser=IE&created_date=20260310&created_hour=18&dduuid=ef750a5570c71&device=0&device_type=desktop&os=Windows&ssid=ugs1dmiqmo9oe1q7s0oa8nbrgg&t=1773138074&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=feca17b78a711f71e32dab339fff842503b3385b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();