(function() { const u = '/apps/statistics.php?aid=445735&browser=IE&created_date=20260124&created_hour=18&dduuid=74fdb7ec21552&device=0&device_type=desktop&os=Windows&ssid=adb0n01dgd97tsp01ttvilnbnc&t=1769251295&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d207a67c4e208f3ebfb5b271eaeedca2e3f0e432&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();