(function() { const u = '/apps/statistics.php?aid=394032&browser=IE&created_date=20260304&created_hour=06&dduuid=5edb49144f1ef&device=0&device_type=desktop&os=Windows&ssid=65k7g03t7bgb2ndl17eu5h0ehf&t=1772576500&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8067c8ad3de466af7e4f876d1bc9e8ab0b3eaaa0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();