(function() { const u = '/apps/statistics.php?aid=444910&browser=IE&created_date=20260312&created_hour=20&dduuid=f24b23335ccca&device=0&device_type=desktop&os=Windows&ssid=6qf9ec3vnai997lsl5l3ilkhre&t=1773318227&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6676fbbf9bdde3aab932138fcf05cf08b44ad48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();