(function() { const u = '/apps/statistics.php?aid=450654&browser=IE&created_date=20260313&created_hour=11&dduuid=f81b5712b56eb&device=0&device_type=desktop&os=Windows&ssid=nls413higmgfp6m5cvh48jhcge&t=1773373418&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db00f2bf7850c301b8c9899e7ab5ce1d88bf89a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();