(function() { const u = '/apps/statistics.php?aid=380580&browser=IE&created_date=20260224&created_hour=17&dduuid=2ed3b8f13dda6&device=0&device_type=desktop&os=Windows&ssid=5aard364jeg155vtddlthr9h54&t=1771923721&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b67d04dddb76931907a35e0ea86e87471d81770a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();