(function() { const u = '/apps/statistics.php?aid=14809&browser=IE&created_date=20260305&created_hour=15&dduuid=848287f99ac1d&device=0&device_type=desktop&os=Windows&ssid=t7cqa9goc6hltnll22oeeav0r5&t=1772695205&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=88bd83db9a0d3084baeae8a0a8b61f40e90d49d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();