(function() { const u = '/apps/statistics.php?aid=206778&browser=IE&created_date=20251226&created_hour=01&dduuid=a4f34392ecfae&device=0&device_type=desktop&os=Windows&ssid=lg961hkhfcofmgc690uq9k4a0o&t=1766682767&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e43cff01381938ada03410b76e28ec2323d00722&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();