(function() { const u = '/apps/statistics.php?aid=424241&browser=IE&created_date=20260308&created_hour=04&dduuid=650ff56d9b966&device=0&device_type=desktop&os=Windows&ssid=i75gc01ijsptk9bs7dq4i1glvs&t=1772916345&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28961ce31e240a28c28700809a06bdb414f7a107&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();