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