(function() { const u = '/apps/statistics.php?aid=408183&browser=IE&created_date=20260111&created_hour=07&dduuid=5bdebde62deb2&device=0&device_type=desktop&os=Windows&ssid=aa0400l09lmk90teu0i0pu5h9k&t=1768087677&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3c09d5fddea6b6a12fbc81b307d9e6727aa6c1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();