(function() { const u = '/apps/statistics.php?aid=17951&browser=IE&created_date=20260124&created_hour=10&dduuid=824eff1df384f&device=0&device_type=desktop&os=Windows&ssid=pen2a4rrgc3t09o3hss9tbo5r5&t=1769220556&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d07990fec9f9acdf899ce50a8ae315ce8d943b11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();