(function() { const u = '/apps/statistics.php?aid=450634&browser=IE&created_date=20260311&created_hour=19&dduuid=b6f4ece6dcc98&device=0&device_type=desktop&os=Windows&ssid=afaml9bit7ul7a0lvt0e5rtvao&t=1773230173&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae047b8e614bda0c81e751e0a137936db7091560&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();