(function() { const u = '/apps/statistics.php?aid=432564&browser=IE&created_date=20260114&created_hour=14&dduuid=1bba111b2e324&device=0&device_type=desktop&os=Windows&ssid=euj02op3fqoeo0oq6mk8ghq53f&t=1768371228&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b2d513e8584bb13f10e365c835539750383ee73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();