(function() { const u = '/apps/statistics.php?aid=21199&browser=IE&created_date=20260119&created_hour=03&dduuid=41a806ebfe796&device=0&device_type=desktop&os=Windows&ssid=r0brc1p8pae9mqcc9j33un1t6k&t=1768765062&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=613a2fe5e45dc6f39135f8a20546cf155e9693df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();