(function() { const u = '/apps/statistics.php?aid=436111&browser=IE&created_date=20251226&created_hour=14&dduuid=65358c2cb0e81&device=0&device_type=desktop&os=Windows&ssid=er1jmvgrhphvk6punu1lj0t73d&t=1766730016&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f4941fc81feb6dc6383a6bd83756fce3125b181&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();