(function() { const u = '/apps/statistics.php?aid=455376&browser=IE&created_date=20260304&created_hour=15&dduuid=dbbd3682d4072&device=0&device_type=desktop&os=Windows&ssid=6pvs8gqpq7h6goo0u0mraakv5f&t=1772608962&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae75c250d72feb4756b4fc58ae6a1659c37ffc1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();