(function() { const u = '/apps/statistics.php?aid=448617&browser=IE&created_date=20260226&created_hour=06&dduuid=899e817664228&device=0&device_type=desktop&os=Windows&ssid=75aqtk6hpcth2mcgqlmr87fl7q&t=1772057230&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f94ce630b93740db7f568d77e46a5fbf5496863&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();