(function() { const u = '/apps/statistics.php?aid=213711&browser=IE&created_date=20260304&created_hour=19&dduuid=9f1da0894e236&device=0&device_type=desktop&os=Windows&ssid=4trqiv1a3keffeookbdeoestnm&t=1772624781&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d7bd7a7d270be45308c2f5507465927561f14d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();