(function() { const u = '/apps/statistics.php?aid=398455&browser=IE&created_date=20260130&created_hour=07&dduuid=bf23ab500fecf&device=0&device_type=desktop&os=Windows&ssid=c8ictl9vvfmd8m8dmjl6f1epnt&t=1769728057&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=484dc16d545f76c5df9256085c4ad8ea59cb89c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();