(function() { const u = '/apps/statistics.php?aid=432336&browser=IE&created_date=20251219&created_hour=15&dduuid=c023b89cfed0e&device=0&device_type=desktop&os=Windows&ssid=nkf6e6l2o3kk6vl008113nb4je&t=1766129047&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8964fec71571732a159414ad7df324a1cb74d2a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();