(function() { const u = '/apps/statistics.php?aid=440885&browser=IE&created_date=20260316&created_hour=00&dduuid=94893331abfc8&device=0&device_type=desktop&os=Windows&ssid=k1hof3aq1i4q581f2dcdo5j3ei&t=1773593159&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5eed0e4c1938d1d399947289316fe557a8b06f82&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();