(function() { const u = '/apps/statistics.php?aid=435032&browser=IE&created_date=20260305&created_hour=04&dduuid=06d482d2d2ff3&device=0&device_type=desktop&os=Windows&ssid=okgo377lr5k2uiet00f7mco7o8&t=1772657910&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1cb1bd7a32c6b69483a9a5869bd5c4313df9c2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();