(function() { const u = '/apps/statistics.php?aid=443493&browser=IE&created_date=20251221&created_hour=09&dduuid=3e8efdd43c5ac&device=0&device_type=desktop&os=Windows&ssid=0fomq1egabk09qecn44t9gg6ui&t=1766281511&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d01e40b750dc72c740eae007449e65d51094ed53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();