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