(function() { const u = '/apps/statistics.php?aid=360229&browser=IE&created_date=20260125&created_hour=06&dduuid=02cad84d89c9e&device=0&device_type=desktop&os=Windows&ssid=amlddmqeuuj9qda0ne9gl82kvb&t=1769292190&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=525f4dc96790357e66e16c586eda9907705a4e88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();