(function() { const u = '/apps/statistics.php?aid=380564&browser=IE&created_date=20260310&created_hour=04&dduuid=1a63c55da8f94&device=0&device_type=desktop&os=Windows&ssid=888ivd0kg6firjonlbhdrflq0o&t=1773089348&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06947029dc16e5a4a55a7f6c6056324b79747671&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();