(function() { const u = '/apps/statistics.php?aid=445744&browser=IE&created_date=20260124&created_hour=03&dduuid=dbea7e502e4b8&device=0&device_type=desktop&os=Windows&ssid=p7oatam6l5iv5hl0qs391k8l95&t=1769195529&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e39454f7fe8c6db039d8ecfdb51a169f3a32e965&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();