(function() { const u = '/apps/statistics.php?aid=439856&browser=IE&created_date=20251225&created_hour=10&dduuid=fc122141559e0&device=0&device_type=desktop&os=Windows&ssid=15h54m3fh2fspjbntrvs92o4q3&t=1766631301&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6014aeb532e0c6b64ed99b6778c43f7f2ab5ed18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();