(function() { const u = '/apps/statistics.php?aid=436823&browser=IE&created_date=20251225&created_hour=13&dduuid=a32ca9664fac6&device=0&device_type=desktop&os=Windows&ssid=0799iolavvmhinf0mgilf4a615&t=1766639879&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0333da808ba857d6223c5f42661112b962025292&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();