(function() { const u = '/apps/statistics.php?aid=442334&browser=IE&created_date=20260310&created_hour=23&dduuid=b829ccd6c5a2c&device=0&device_type=desktop&os=Windows&ssid=vtern2ui7vr6uer0vs5eva9j7a&t=1773156022&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e3737a5ea4be315013ea45dd4c2ce9509a7bd18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();