(function() { const u = '/apps/statistics.php?aid=445576&browser=IE&created_date=20260223&created_hour=22&dduuid=ce5a1017190ce&device=0&device_type=desktop&os=Windows&ssid=oqhqhf732gdpram4t7ak57nlp7&t=1771856569&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d2fafac63250da10e03f4cd27213275cffdd0f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();