(function() { const u = '/apps/statistics.php?aid=71036&browser=IE&created_date=20260304&created_hour=20&dduuid=fb93e6f1dbfee&device=0&device_type=desktop&os=Windows&ssid=ob9alk8c1m8v8pd3vc143u1er1&t=1772627843&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67492c3c0dacacbb2dcc27bfdea8becad8196419&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();