(function() { const u = '/apps/statistics.php?aid=453904&browser=IE&created_date=20260226&created_hour=11&dduuid=4f21cc30d4a1d&device=0&device_type=desktop&os=Windows&ssid=0rugl3qh1s2eaksj353asq8mik&t=1772077049&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f7735fdc6406324924849882f80eae971a53a7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();