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