(function() { const u = '/apps/statistics.php?aid=452086&browser=IE&created_date=20260312&created_hour=03&dduuid=3d7a89ddbf769&device=0&device_type=desktop&os=Windows&ssid=aegbin1hu8p6dkiunqu7o567p7&t=1773258301&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05b6d1b7c26ca1261947b3da64e3cb1fc1b51bae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();