(function() { const u = '/apps/statistics.php?aid=432944&browser=IE&created_date=20260314&created_hour=02&dduuid=5ee10edac4937&device=0&device_type=desktop&os=Windows&ssid=6431brnva2bfjqdqhn1aojggru&t=1773427036&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=542f518872544164f2b645ff9d72046baff9bee1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();