(function() { const u = '/apps/statistics.php?aid=89298&browser=IE&created_date=20260117&created_hour=02&dduuid=74c7582c8fcff&device=0&device_type=desktop&os=Windows&ssid=o90rpl4la7fcn5j0j3or2i0jet&t=1768588548&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=228633d17393dfa574841105b2cde6c083026464&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();