(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251126&created_hour=03&dduuid=6aa632bd09207&device=0&device_type=desktop&os=Windows&ssid=9sqh1j69p20j907sc4e94l1ahq&t=1764099626&typeid=18&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad160e9d03da1d9ef8d78afaa198879a433c34f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();