(function() { const u = '/apps/statistics.php?aid=448008&browser=IE&created_date=20260226&created_hour=12&dduuid=c50237de319de&device=0&device_type=desktop&os=Windows&ssid=17hv9hh4bkkah4li6ivir69nnd&t=1772079009&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7002ac4d4c775c586556b1535b766d5d788ff331&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();