(function() { const u = '/apps/statistics.php?aid=454138&browser=IE&created_date=20260310&created_hour=09&dduuid=d1f0f0669dea7&device=0&device_type=desktop&os=Windows&ssid=58lkd3gh9cf1d4lnrccirq0o9u&t=1773107528&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6de90395260204f9d002c1053dd48efa282da7ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();