(function() { const u = '/apps/statistics.php?aid=113104&browser=IE&created_date=20260124&created_hour=23&dduuid=789dffef4e134&device=0&device_type=desktop&os=Windows&ssid=fau123hgpmq6dm85g5qp0sr4ob&t=1769268308&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5350a0a68ec452466b9a601ad1b9e735ab052f4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();