(function() { const u = '/apps/statistics.php?aid=276151&browser=IE&created_date=20260226&created_hour=04&dduuid=2dff589ab7774&device=0&device_type=desktop&os=Windows&ssid=m99t9phv7ot3qg0kd6869703k8&t=1772052416&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9dea2f766407c292a485d58007af6a06a7d2cf7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();