(function() { const u = '/apps/statistics.php?aid=402749&browser=IE&created_date=20260311&created_hour=16&dduuid=eaf033458c237&device=0&device_type=desktop&os=Windows&ssid=2ju5hubs7dor53cie2lp42ncvn&t=1773216059&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d20a6792cebc1f5e7e15db176c9f3746d7c45294&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();