(function() { const u = '/apps/statistics.php?aid=4267&browser=IE&created_date=20260312&created_hour=18&dduuid=b36a1fcda5340&device=0&device_type=desktop&os=Windows&ssid=muhlaoobfbu5tlthl6srot6qkm&t=1773310625&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8141ad15446a8ea20882b2b97b6bbd4ef436da9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();