(function() { const u = '/apps/statistics.php?aid=37328&browser=IE&created_date=20260118&created_hour=07&dduuid=22e56ed88dcba&device=0&device_type=desktop&os=Windows&ssid=g6293p64rd6t1v3nn1lfcon5sd&t=1768692202&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa9a43c19eede3a16d7582d2bdb2cb20bcf33e59&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();