(function() { const u = '/apps/statistics.php?aid=51704&browser=IE&created_date=20260311&created_hour=23&dduuid=0339799b74dbc&device=0&device_type=desktop&os=Windows&ssid=pl169n4i6gpk9h7f3gr6iljkvh&t=1773243326&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9f06511f999ceba38dbf47076afee1aa82214ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();