(function() { const u = '/apps/statistics.php?aid=33819&browser=IE&created_date=20260122&created_hour=21&dduuid=9fc7d5ff273bf&device=0&device_type=desktop&os=Windows&ssid=fidjvq02mp0ffj8bnuposp5rvq&t=1769088767&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84e67686df7bd6608d549ddd3ae8edbeb8031e2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();