(function() { const u = '/apps/statistics.php?aid=436270&browser=IE&created_date=20251226&created_hour=04&dduuid=19e0f9a25aa0f&device=0&device_type=desktop&os=Windows&ssid=9vut4n62rp7pal7apso7eq536g&t=1766695110&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99c803bb847fdc309f3586f829daeaf7d8520979&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();