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