(function() { const u = '/apps/statistics.php?aid=336595&browser=IE&created_date=20260311&created_hour=09&dduuid=b68950ee2d66e&device=0&device_type=desktop&os=Windows&ssid=1h47380vf1v8fq0p6dikc53og6&t=1773192563&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a47a5297802ecb61aca2539a884f7b56c8a534c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();