(function() { const u = '/apps/statistics.php?aid=106986&browser=IE&created_date=20260122&created_hour=00&dduuid=c564534e8a60e&device=0&device_type=desktop&os=Windows&ssid=0f4l8n56kinuee0t6qq7abob9h&t=1769014707&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f4ed68119f6d305d025b8c9056172440c6325e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();