(function() { const u = '/apps/statistics.php?aid=360210&browser=IE&created_date=20260114&created_hour=10&dduuid=efbedb0f698c3&device=0&device_type=desktop&os=Windows&ssid=5835i3db6h3di7q7tb5oqagdd1&t=1768358508&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7eb91622b4faf36fc7b51219dd706d07965fbddf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();