(function() { const u = '/apps/statistics.php?aid=410634&browser=IE&created_date=20260120&created_hour=11&dduuid=462831188ebd7&device=0&device_type=desktop&os=Windows&ssid=ehh1ct42k3vv0l9md633idq0bp&t=1768878536&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b33f63cd7b8330ea688bbe27434fccac953589a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();