(function() { const u = '/apps/statistics.php?aid=436356&browser=IE&created_date=20260316&created_hour=23&dduuid=5e1ed658efb5e&device=0&device_type=desktop&os=Windows&ssid=j381nlotvdj2uloukkeuqu1o0e&t=1773673590&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96382669cdfab8425cd762d31ffcab165e007ef0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();