(function() { const u = '/apps/statistics.php?aid=456126&browser=IE&created_date=20260311&created_hour=05&dduuid=d29e713b16969&device=0&device_type=desktop&os=Windows&ssid=jg1qc88oflu2fqm7fijiru3o6e&t=1773178906&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3de3c5bdf72f082a5040a4fce4b4a570ef0db5c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();