(function() { const u = '/apps/statistics.php?aid=455785&browser=IE&created_date=20260311&created_hour=07&dduuid=8922f373394b6&device=0&device_type=desktop&os=Windows&ssid=fn61bgvvgons40hi652rpbog9l&t=1773186704&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bb1232f011e625c8e287b1cd5232d27fffedb382&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();