(function() { const u = '/apps/statistics.php?aid=210141&browser=IE&created_date=20251224&created_hour=16&dduuid=d9ff3c1558fa1&device=0&device_type=desktop&os=Windows&ssid=km04nps1hfbkmt85gpo5976d7u&t=1766566233&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbd983af4ee60cf440a0e72236473715fe4541b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();