(function() { const u = '/apps/statistics.php?aid=448312&browser=IE&created_date=20260122&created_hour=00&dduuid=7ea575bdce9fb&device=0&device_type=desktop&os=Windows&ssid=1qe6bshru5aln7l31qu7lh552d&t=1769014394&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7b49ad2e23eaef1e3ffb6f85824147f53cf9758&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();