(function() { const u = '/apps/statistics.php?aid=18285&browser=IE&created_date=20260311&created_hour=11&dduuid=11e65e437685e&device=0&device_type=desktop&os=Windows&ssid=1d2h5un97sv7lo78f0dte7cd2p&t=1773199287&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d22024880e254dec5f098f0f594048d3156eaf1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();