(function() { const u = '/apps/statistics.php?aid=4325&browser=IE&created_date=20260224&created_hour=09&dduuid=ecde9fd51676a&device=0&device_type=desktop&os=Windows&ssid=50n1uufcfkv2c2q46n1uh9rgin&t=1771895424&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2dd2c9a3890a926948699fd1f4721881a49ce964&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();