(function() { const u = '/apps/statistics.php?aid=441805&browser=IE&created_date=20260308&created_hour=07&dduuid=2394e4a8b74bc&device=0&device_type=desktop&os=Windows&ssid=7gjg8pgb7cfohmhiu7gqo3v93g&t=1772927543&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83dd4d2eb9896927eac34b240afdb0d4fa5c56ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();