(function() { const u = '/apps/statistics.php?aid=210349&browser=IE&created_date=20251223&created_hour=12&dduuid=38af7293e5c70&device=0&device_type=desktop&os=Windows&ssid=dov1iek3c9t756g64lqs3chl2d&t=1766462937&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c5035dd1b19c20f4bf762a4d5fc6afa2c36f50b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();