(function() { const u = '/apps/statistics.php?aid=413985&browser=IE&created_date=20260118&created_hour=16&dduuid=72fe6916ae2b9&device=0&device_type=desktop&os=Windows&ssid=748ndmq23c3svfuh5bnqm66mdd&t=1768724085&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7e18b25c75f69c943416b9ed0f0f33d4f3f57ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();