(function() { const u = '/apps/statistics.php?aid=270937&browser=IE&created_date=20260224&created_hour=03&dduuid=fe8464d9cb668&device=0&device_type=desktop&os=Windows&ssid=d8d1rjbncedp7j7pvtvi3r4tl8&t=1771876675&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8f0721d8eab1fe55592f12eb9b0c52253a6ea74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();