(function() { const u = '/apps/statistics.php?aid=398048&browser=IE&created_date=20260226&created_hour=05&dduuid=cd8dbc4b13dc2&device=0&device_type=desktop&os=Windows&ssid=rv38l5j2rtgplebmekcp53uprg&t=1772055100&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e8e248c2b7a24af62f8f3d1b1117daf948fee90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();