(function() { const u = '/apps/statistics.php?aid=107004&browser=IE&created_date=20260310&created_hour=06&dduuid=3769514ca1bfc&device=0&device_type=desktop&os=Windows&ssid=ehf3pe73pfoi8gb991rtrpttir&t=1773095109&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4954bbd533a5925ab1662f01a6dfd4aa205af7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();