(function() { const u = '/apps/statistics.php?aid=273000&browser=IE&created_date=20251223&created_hour=14&dduuid=df4551f8d7805&device=0&device_type=desktop&os=Windows&ssid=kf685g4r0r3gl87cuidnbq51a9&t=1766470683&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a87286f16c459f863c4e5b33a23755ca9a4f6c35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();