(function() { const u = '/apps/statistics.php?aid=92721&browser=IE&created_date=20260116&created_hour=09&dduuid=ddb7066d34b8f&device=0&device_type=desktop&os=Windows&ssid=1uohe5q546n52jcfun5pc4p3t5&t=1768528666&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0406a4131b7d531a76aacf3346b6679d745d9eda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();