(function() { const u = '/apps/statistics.php?aid=431798&browser=IE&created_date=20251229&created_hour=12&dduuid=24e9df41e8fec&device=0&device_type=desktop&os=Windows&ssid=h482m6l8acfgmjh15cmsjqh4t8&t=1766983659&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10d30eb2376f35ddb8c076bf3eaab51efc78a607&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();