(function() { const u = '/apps/statistics.php?aid=435362&browser=IE&created_date=20260310&created_hour=19&dduuid=5d8db381555c5&device=0&device_type=desktop&os=Windows&ssid=a5u8o7o0ab9qqutlr7t73uq8fq&t=1773143243&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ef09e14639c96dcd914d40fe42b6f1e6a834f92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();