(function() { const u = '/apps/statistics.php?aid=402623&browser=IE&created_date=20251223&created_hour=04&dduuid=dab3048739f69&device=0&device_type=desktop&os=Windows&ssid=8it5tk1kh22e0k534ef0ed0p49&t=1766435868&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=552c4725992bd84b2b0e573c00587d1dbee98016&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();