(function() { const u = '/apps/statistics.php?aid=208812&browser=IE&created_date=20251230&created_hour=05&dduuid=ff09246b12611&device=0&device_type=desktop&os=Windows&ssid=e6mq566q4uvmsal2apsia4rcjv&t=1767043667&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a10e72e76b3c75acd422af6e086120f971b9ebc2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();