(function() { const u = '/apps/statistics.php?aid=37329&browser=IE&created_date=20260118&created_hour=07&dduuid=3927baecba651&device=0&device_type=desktop&os=Windows&ssid=92vlq006fcq7vo2fsasqch886a&t=1768692140&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edf80c299b6a8d70e8af103774dff42ccf960689&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();