(function() { const u = '/apps/statistics.php?aid=324689&browser=IE&created_date=20260314&created_hour=01&dduuid=6093d89865b24&device=0&device_type=desktop&os=Windows&ssid=ni6m0e5ubsitgafhre1o6gu9qk&t=1773421881&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34e2c49b4f9c79258f1f9ed871ab9055658fe30e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();