(function() { const u = '/apps/statistics.php?aid=343368&browser=IE&created_date=20260109&created_hour=16&dduuid=a456bbf1f9051&device=0&device_type=desktop&os=Windows&ssid=b5q1tud6f4g7mttnqglnqqb8gh&t=1767947836&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a5b89e4495322befced8ef1f529fb82fe0c26d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();