(function() { const u = '/apps/statistics.php?aid=438476&browser=IE&created_date=20251227&created_hour=02&dduuid=9f00e89bd9ba0&device=0&device_type=desktop&os=Windows&ssid=ce6jq5bkr25016bg0f4qkvmi1o&t=1766773273&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e4ec15dac36767f557241960d6b471ae838298b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();