(function() { const u = '/apps/statistics.php?aid=99084&browser=IE&created_date=20260201&created_hour=01&dduuid=58198dd4688fc&device=0&device_type=desktop&os=Windows&ssid=jdrpcbt57lbojmbpq4eb4u63ui&t=1769880891&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=336dd81e3a38c4ae5ff04fbc847fc27b390f9cd6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();