(function() { const u = '/apps/statistics.php?aid=308041&browser=IE&created_date=20260313&created_hour=14&dduuid=dad924fbfad13&device=0&device_type=desktop&os=Windows&ssid=7448qovbht1fm5acq6e2321f73&t=1773384297&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e25b8f2f48883efebacc0d20236b1ecf86e3a32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();