(function() { const u = '/apps/statistics.php?aid=42793&browser=IE&created_date=20251219&created_hour=01&dduuid=29375c913300f&device=0&device_type=desktop&os=Windows&ssid=5cg64nn516o6o3rjm9rsstquui&t=1766078135&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3914f996e1a68f0670474fd38c6f862184230e9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();