(function() { const u = '/apps/statistics.php?aid=445680&browser=IE&created_date=20260227&created_hour=11&dduuid=2a2f99b897ca5&device=0&device_type=desktop&os=Windows&ssid=pgs65spsc6dahjrhr9f61bo8ms&t=1772163140&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92cf86beab7528a7ab5f7e3499110fc1cb92eb77&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();