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