(function() { const u = '/apps/statistics.php?aid=210145&browser=IE&created_date=20260224&created_hour=05&dduuid=ce1300d5f9cee&device=0&device_type=desktop&os=Windows&ssid=ors150em6lo282vdfv8qtub8qn&t=1771881886&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfebee69a48ed80c5c88e647597d32afa908c5f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();