(function() { const u = '/apps/statistics.php?aid=397889&browser=IE&created_date=20260308&created_hour=11&dduuid=f912cf17422d9&device=0&device_type=desktop&os=Windows&ssid=e56t7m4di9s9q00ljn4fo8dorl&t=1772942278&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5932264e15d32facb54edd2d014313c4523e9026&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();