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