(function() { const u = '/apps/statistics.php?aid=365023&browser=IE&created_date=20251226&created_hour=10&dduuid=2ebc57a199ed2&device=0&device_type=desktop&os=Windows&ssid=5kog1533ac6m9k6n3coe50r5rp&t=1766715816&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=349982d38572f74222f61486ac101516b29d3f90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();