(function() { const u = '/apps/statistics.php?aid=213758&browser=IE&created_date=20260226&created_hour=19&dduuid=917d205062a8b&device=0&device_type=desktop&os=Windows&ssid=h67gpsqbu04ki9jdi1umit074i&t=1772105526&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd877765dbdb54076248183efe280787e47e40af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();