(function() { const u = '/apps/statistics.php?aid=451793&browser=IE&created_date=20260124&created_hour=18&dduuid=ad8387bf5a2e9&device=0&device_type=desktop&os=Windows&ssid=hps362rr47j3356mu92orepkdf&t=1769250027&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e8d49fab6144e707dbb54f89ffde13355770a94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();