(function() { const u = '/apps/statistics.php?aid=456103&browser=IE&created_date=20260307&created_hour=23&dduuid=39a8ce4b9f8b4&device=0&device_type=desktop&os=Windows&ssid=g7g0c3o1fpfnheeoe4q54dm9od&t=1772897641&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e56c55dea0c4972771d2edd9068ef31e930157d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();