(function() { const u = '/apps/statistics.php?aid=207182&browser=IE&created_date=20251224&created_hour=07&dduuid=263dbf8670b61&device=0&device_type=desktop&os=Windows&ssid=7a22s77gd3go5biu5fku61tu2d&t=1766533401&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22b26859c28dbfe89bdc62dd51517932bac6a5d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();