(function() { const u = '/apps/statistics.php?aid=453076&browser=IE&created_date=20260312&created_hour=06&dduuid=4be97beff797d&device=0&device_type=desktop&os=Windows&ssid=g74ddltamp9ljvob37kgnp96iq&t=1773269394&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be2507c1d322a68ec863aa60a6e5d7571c9bdef1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();