(function() { const u = '/apps/statistics.php?aid=453781&browser=IE&created_date=20260303&created_hour=17&dduuid=2b4c27a358385&device=0&device_type=desktop&os=Windows&ssid=svgbimkdp38vh7mt49k4gsgdi2&t=1772528749&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=097a778f7f9b5fbeae6f56fa058d701dbc839d2f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();