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