(function() { const u = '/apps/statistics.php?aid=436402&browser=IE&created_date=20260315&created_hour=18&dduuid=039b40e4a152c&device=0&device_type=desktop&os=Windows&ssid=fr2ui9j7uot6ebeed1mbi80rkl&t=1773571934&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77af668ac34d74499f4b248f785dd588dc73f3ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();