(function() { const u = '/apps/statistics.php?aid=291715&browser=IE&created_date=20260223&created_hour=19&dduuid=9951648247aa0&device=0&device_type=desktop&os=Windows&ssid=b11dup5u3852qo40vjgka5cuc0&t=1771845325&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c81eb49e0ee7f59c154c8dc77225eb49c9bcebf7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();