(function() { const u = '/apps/statistics.php?aid=113105&browser=IE&created_date=20260312&created_hour=21&dduuid=52cfb0be34247&device=0&device_type=desktop&os=Windows&ssid=fdm1485t71958d3rihka25d8uf&t=1773321706&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffcd2e5a04ae8db6df156a2e79d3a4a4a8bdabd4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();