(function() { const u = '/apps/statistics.php?aid=4629&browser=IE&created_date=20260314&created_hour=01&dduuid=3a1c1de5e70d4&device=0&device_type=desktop&os=Windows&ssid=iq5ovvu9aj13dlh0jk0jg2epsp&t=1773424530&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d64d712c579f59ef1dc601bcdfcc7c9d8696680&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();