(function() { const u = '/apps/statistics.php?aid=453838&browser=IE&created_date=20260311&created_hour=20&dduuid=1c52ce5be1bd0&device=0&device_type=desktop&os=Windows&ssid=kdn0mbas04rruqg63vmoc5o40s&t=1773231656&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79b5eae426ef6a1e9703f481d94a731f75a49f03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();