(function() { const u = '/apps/statistics.php?aid=443021&browser=IE&created_date=20260223&created_hour=23&dduuid=738215b76d351&device=0&device_type=desktop&os=Windows&ssid=57vo9e04ce1mge2vf6cjbd8dh3&t=1771860241&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8ef8e432f821fad5f8b2ac21c63e46a306f71ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();