(function() { const u = '/apps/statistics.php?aid=453989&browser=IE&created_date=20260305&created_hour=16&dduuid=1f2fa2db28c4a&device=0&device_type=desktop&os=Windows&ssid=s4ebbuv2lpct0g11kk338t726m&t=1772699753&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fff8fc666153187c81ecb0e9f4be2e3038b688e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();