(function() { const u = '/apps/statistics.php?aid=431530&browser=IE&created_date=20260307&created_hour=06&dduuid=fe825abf08256&device=0&device_type=desktop&os=Windows&ssid=9246tsdoveadp6cun0rcgduf0c&t=1772834555&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ce7db768668ad0cc94a26330d71a97797f9a049&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();