(function() { const u = '/apps/statistics.php?aid=455327&browser=IE&created_date=20260303&created_hour=14&dduuid=a888e0e50e5a9&device=0&device_type=desktop&os=Windows&ssid=fl3rp9d538o0q5nbp39p8h4mu6&t=1772519631&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=060718e62cfda4093d10b339a1bd2ade20b71f43&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();