(function() { const u = '/apps/statistics.php?aid=324802&browser=IE&created_date=20260313&created_hour=18&dduuid=8def5de30ff4a&device=0&device_type=desktop&os=Windows&ssid=4tr3vb7v9kcaltbbr3tgig7qoc&t=1773397677&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9eaa0a7d545c96cbd45e84994a1b3bac3cb77b45&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();