(function() { const u = '/apps/statistics.php?aid=33800&browser=IE&created_date=20260311&created_hour=00&dduuid=dd5df6d6776e8&device=0&device_type=desktop&os=Windows&ssid=8516kip3mdg73o54uhc2ddb93t&t=1773161792&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6492732bba6111fcd90daef10d32ac6f071560de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();