(function() { const u = '/apps/statistics.php?aid=373444&browser=IE&created_date=20260311&created_hour=07&dduuid=5cff5f2f986e1&device=0&device_type=desktop&os=Windows&ssid=gofm9r8kq1co828bt4079t915k&t=1773185819&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e944e7cf5fd6df83593160f21271159cafa5c585&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();