(function() { const u = '/apps/statistics.php?aid=444851&browser=IE&created_date=20260312&created_hour=22&dduuid=26d0f5b3750ea&device=0&device_type=desktop&os=Windows&ssid=f8ln8lm030kv7n1raeqk06phmc&t=1773324642&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc27041d138fbb0a31e2bf67cd9fd1052ec89a89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();