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