(function() { const u = '/apps/statistics.php?aid=405265&browser=IE&created_date=20260124&created_hour=12&dduuid=4f9fd9f285dac&device=0&device_type=desktop&os=Windows&ssid=j9iur0h38gstip9u7qiqb7ldkn&t=1769230681&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=426a74362aae1e57f1b6b593fa44fc3a13c76e96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();