(function() { const u = '/apps/statistics.php?aid=213608&browser=IE&created_date=20251226&created_hour=13&dduuid=535cae0640b2c&device=0&device_type=desktop&os=Windows&ssid=ed6i37lg2sf0r3pp6dmvnqhr72&t=1766727904&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2cd99af2c266d87434d09b34d1f5f6fa68322d9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();