(function() { const u = '/apps/statistics.php?aid=424650&browser=IE&created_date=20260127&created_hour=16&dduuid=ab3c31fda90f8&device=0&device_type=desktop&os=Windows&ssid=hsrs5hgs12rdbnf172c21ftmo6&t=1769501087&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a914c407f5e2b5d4fb463687b00b06634a877759&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();