(function() { const u = '/apps/statistics.php?aid=6704&browser=IE&created_date=20260309&created_hour=11&dduuid=d2426babe3597&device=0&device_type=desktop&os=Windows&ssid=tror3lgic3g4f95ndpbbccefh2&t=1773026324&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed90bf0c456bd31c44239798065b5fe4b5ea6662&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();