(function() { const u = '/apps/statistics.php?aid=442184&browser=IE&created_date=20251222&created_hour=15&dduuid=9b7f073047158&device=0&device_type=desktop&os=Windows&ssid=5t3529nj18nqjjreb903dpig2k&t=1766389628&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa83a39cd16164006c28855e80c840c672da986d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();